spacemacs/contrib/rcirc/extensions.el

12 lines
290 B
EmacsLisp
Raw Normal View History

(defvar rcirc-post-extensions
'(
helm-rcirc
)
"List of all extensions to load after the packages.")
(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)))