Init for helm-rcirc

This commit is contained in:
syl20bnr 2014-09-11 23:33:43 -04:00
parent ce1d925796
commit 65e53dbb61

View file

@ -15,6 +15,7 @@
emoji-cheat-sheet
evil-org-mode
evil-plugins
helm-rcirc
nose
o-blog
pylookup
@ -58,6 +59,12 @@
:init
(global-evil-operator-comment-mode 1)))
(defun spacemacs/init-helm-rcirc ()
(use-package helm-rcirc
:commands helm-rcirc-auto-join-channels
:init
(evil-leader/set-key "irc" 'helm-rcirc-auto-join-channels)))
(defun spacemacs/init-nose ()
(use-package nose
:commands (nosetests-one