diff --git a/contrib/vim-empty-lines/packages.el b/contrib/vim-empty-lines/packages.el index 23d328c19..9e4abe8bd 100644 --- a/contrib/vim-empty-lines/packages.el +++ b/contrib/vim-empty-lines/packages.el @@ -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)))