9befd20a1a
Removes dependence on evil-leader centralizing control over the method of key binding in core-keybindings.el
10 lines
239 B
EmacsLisp
10 lines
239 B
EmacsLisp
(setq rcirc-post-extensions
|
|
'(
|
|
helm-rcirc
|
|
))
|
|
|
|
(defun rcirc/init-helm-rcirc ()
|
|
(use-package helm-rcirc
|
|
:commands helm-rcirc-auto-join-channels
|
|
:init
|
|
(spacemacs/set-leader-keys "irc" 'helm-rcirc-auto-join-channels)))
|