Move flycheck init hooks into lang modules
This commit is contained in:
parent
21648b863e
commit
a8af7a8df8
8 changed files with 9 additions and 17 deletions
|
@ -25,6 +25,7 @@
|
|||
:init
|
||||
(associate! c++-mode :match "\\.h$")
|
||||
(associate! objc-mode :match "\\.mm$")
|
||||
(add-hook! (c-mode c++-mode) 'flycheck-mode)
|
||||
:config
|
||||
(setq c-basic-offset 4
|
||||
c-tab-always-indent nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue