Remove rtags backend from spacemacs
This commit is contained in:
parent
5641c52d6d
commit
318b9c5f5e
|
@ -58,8 +58,7 @@ This function should only modify configuration layer settings."
|
|||
(cmake :variables cmake-enable-cmake-ide-support 't)
|
||||
(c-c++ :variables
|
||||
c-c++-enable-clang-support 't
|
||||
c-c++-default-mode-for-headers 'c++-mode
|
||||
c-c++ :variables c-c++-backend 'rtags)
|
||||
c-c++-default-mode-for-headers 'c++-mode)
|
||||
java
|
||||
shell-scripts
|
||||
spacemacs-layouts
|
||||
|
|
Loading…
Reference in New Issue