parent
5b9da18bc1
commit
36d18d6da5
1 changed files with 6 additions and 1 deletions
|
@ -250,7 +250,12 @@ If rtags or rdm aren't available, fail silently instead of throwing a breaking e
|
|||
(add-hook! '(c-mode-local-vars-hook
|
||||
c++-mode-local-vars-hook
|
||||
objc-mode-local-vars-hook
|
||||
cmake-mode-local-vars-hook)
|
||||
cmake-mode-local-vars-hook
|
||||
;; HACK Can't use cude-mode-local-vars-hook because cuda-mode
|
||||
;; isn't a proper major mode (just a plain function
|
||||
;; masquarading as one, so your standard mode hooks won't fire
|
||||
;; from switching to cuda-mode).
|
||||
cuda-mode-hook)
|
||||
:append #'lsp!)
|
||||
|
||||
(map! :after ccls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue