Removed ement.el from emacs config; back to IRC

This commit is contained in:
Random936
2026-02-03 21:59:30 -05:00
parent 87bdc8d91f
commit aa8297a37d
2 changed files with 3 additions and 5 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
"cic" '(erc :which-key "Connect to ZNC Bouncer")
"cib" '(erc-switch-to-buffer :which-key "Switch IRC buffers"))
"cc" '(erc :which-key "Connect to ZNC Bouncer")
"cb" '(erc-switch-to-buffer :which-key "Switch IRC buffers"))
(use-package erc
:ensure nil