Add ess-mode-hook.

This commit is contained in:
sooheon 2015-02-24 22:43:04 +09:00 committed by syl20bnr
parent 30dac136bb
commit 96c5faa44b

View file

@ -10,6 +10,7 @@
:init
(add-to-hooks 'vim-empty-lines-mode '(prog-mode-hook
erlang-mode-hook
text-mode-hook))
text-mode-hook
ess-mode-hook))
:config
(spacemacs|hide-lighter vim-empty-lines-mode)))