spacemacs/contrib/irc/rcirc/extensions.el
syl20bnr fdd4e944ef Reload dotfile and layer anywhere with SPC f e R
Replace `SPC m c c` and `C-c C-c` in the dotfile

Resolve #1210
2015-04-18 23:40:24 -04:00

11 lines
235 B
EmacsLisp

(defvar rcirc-post-extensions
'(
helm-rcirc
))
(defun rcirc/init-helm-rcirc ()
(use-package helm-rcirc
:commands helm-rcirc-auto-join-channels
:init
(evil-leader/set-key "irc" 'helm-rcirc-auto-join-channels)))