Added ement.el to emacs config

This commit is contained in:
Random936
2026-02-03 20:44:03 -05:00
parent 22e4f46f5e
commit 87bdc8d91f
2 changed files with 5 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ ERC is a built-in package that adds IRC chatting functionality to emacs.
#+begin_src elisp
(jm/leader-keys
"cc" '(erc :which-key "Connect to ZNC Bouncer")
"cb" '(erc-switch-to-buffer :which-key "Switch IRC buffers"))
"cic" '(erc :which-key "Connect to ZNC Bouncer")
"cib" '(erc-switch-to-buffer :which-key "Switch IRC buffers"))
(use-package erc
:ensure nil