spacemacs/init-extension/init-evil-plugins.el
syl20bnr 1ffb42448e Migrate all package configs to use-package.
Total load time for 90+ packages without byte-compiling: 3s... amazing !
Thanks to \@jwiegley :-)
2013-11-20 00:30:48 -05:00

10 lines
201 B
EmacsLisp

(use-package evil-little-word)
(use-package evil-operator-moccur
:init
(global-evil-operator-moccur-mode 1))
(use-package evil-operator-comment
:init
(global-evil-operator-comment-mode 1))