mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
@ -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
|
(add-hook! '(c-mode-local-vars-hook
|
||||||
c++-mode-local-vars-hook
|
c++-mode-local-vars-hook
|
||||||
objc-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!)
|
:append #'lsp!)
|
||||||
|
|
||||||
(map! :after ccls
|
(map! :after ccls
|
||||||
|
Reference in New Issue
Block a user