mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move flycheck init hooks into lang modules
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user