mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Rewrote initfiles
This commit is contained in:
@ -19,9 +19,9 @@
|
||||
"/System/Library/Frameworks"
|
||||
"/Library/Frameworks"))
|
||||
|
||||
(after flycheck (setq flycheck-clang-include-path my/clang-includes))
|
||||
(after auto-complete
|
||||
(setq ac-clang-flags (mapcar (lambda (item)(concat "-I" item)) my/clang-includes)))
|
||||
(after "flycheck" (setq flycheck-clang-include-path my/clang-includes))
|
||||
(after "auto-complete"
|
||||
(setq ac-clang-flags (mapcar (lambda (item) (concat "-I" item)) my/clang-includes)))
|
||||
)
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.h\\'" . c++-mode))
|
||||
|
Reference in New Issue
Block a user