From aa8297a37d538ac2ca072429ef4f07cdd0abeb0b Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 3 Feb 2026 21:59:30 -0500 Subject: [PATCH] Removed ement.el from emacs config; back to IRC --- .emacs.d/config.org | 4 +--- .emacs.d/erc.org | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 5ee69bc..ff087a6 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -67,7 +67,7 @@ Add a nice visualization for tabs and spaces. This can be helpful to identify wh #+begin_src elisp (global-whitespace-mode) -(setq whitespace-global-modes '(not org-mode dired-mode erc-mode ement-room-mode)) +(setq whitespace-global-modes '(not org-mode dired-mode erc-mode)) (setq whitespace-style '(face tabs spaces tab-mark space-mark trailing)) (custom-set-faces '(whitespace-tab ((t (:foreground "#384551")))) @@ -87,7 +87,6 @@ This adds relative line numbers while excluding certain modes. ; Disable line numbers for certain modes (dolist (mode '(org-mode-hook erc-mode-hook - ement-room-mode-hook mu4e-main-mode-hook term-mode-hook vterm-mode-hook @@ -376,7 +375,6 @@ Load other files: (jm/load-config-if-exists "~/.emacs.d/dired.org") ; Dired Config (jm/load-config-if-exists "~/.emacs.d/lsp.org") ; Language Server Protocol (jm/load-config-if-exists "~/.emacs.d/erc.org") ; IRC Client Config -(jm/load-config-if-exists "~/.emacs.d/matrix.org") ; Matrix Client Config (jm/load-config-if-exists "~/.emacs.d/email.org") ; Mu4e Config (jm/load-config-if-exists "~/.emacs.d/ledger.org") ; Ledger CLI Config #+end_src diff --git a/.emacs.d/erc.org b/.emacs.d/erc.org index a9dbcec..b42f70a 100644 --- a/.emacs.d/erc.org +++ b/.emacs.d/erc.org @@ -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