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
|
@ -8,7 +8,7 @@
|
|||
"/\\(Gem\\|Cap\\|Vagrant\\|Rake\\)file$")
|
||||
:interpreter "ruby"
|
||||
:init
|
||||
(add-hook! ruby-mode 'narf|enable-tab-width-2)
|
||||
(add-hook! ruby-mode '(narf|enable-tab-width-2 flycheck-mode))
|
||||
(build-for! ruby-mode "rake %s" "Rakefile")
|
||||
:config
|
||||
;; Formatting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue