Enable rtags without completion

This commit is contained in:
coolneng 2019-04-12 00:28:13 +02:00
parent 0566bd241e
commit 39091e62b1
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ This function should only modify configuration layer settings."
(cmake :variables cmake-enable-cmake-ide-support 't) (cmake :variables cmake-enable-cmake-ide-support 't)
(c-c++ :variables (c-c++ :variables
c-c++-enable-clang-support 't c-c++-enable-clang-support 't
c-c++-default-mode-for-headers 'c++-mode) c-c++-default-mode-for-headers 'c++-mode
c-c++-backend 'rtags
c-c++-enable-rtags-completion nil)
java java
shell-scripts shell-scripts
spacemacs-layouts spacemacs-layouts