This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+irc/rcirc/extensions.el

11 lines
233 B
EmacsLisp
Raw Normal View History

(setq 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)))