Enable rtags without completion
This commit is contained in:
parent
0566bd241e
commit
39091e62b1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue