aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-25 19:50:30 -0500
committerCraig Jennings <c@cjennings.net>2025-10-25 19:50:30 -0500
commitfe4723d335d9a8ba30a6939b53e32e2bff0197af (patch)
treefb2b2b034838833522ed3e454bdbe05bb7a77145 /init.el
parentaeabd9295fc961f91d2e16e9418cbf4b8698d362 (diff)
downloaddotemacs-fe4723d335d9a8ba30a6939b53e32e2bff0197af.tar.gz
dotemacs-fe4723d335d9a8ba30a6939b53e32e2bff0197af.zip
feat:erc: Enable IRC client in dashboard and update keybindings
Uncommented ERC client initialization in `init.el`. Replaced "cj/erc-start-or-switch" with "cj/erc-switch-to-buffer-with-completion" in dashboard. Altered keybindings to use "C-; E" instead of "C-c e" for ERC commands. Defined a new keymap "cj/erc-keymap" for better command organization. Removed deprecated `locate-library` checks and `cj/erc-command-map`. Refined code layout for clarity.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4a83e90d3..f26ef433f 100644
--- a/init.el
+++ b/init.el
@@ -62,7 +62,7 @@
(require 'chrono-tools) ;; calendar, world clock, timers
(require 'diff-config) ;; diff and merge functionality w/in Emacs
-;;(require 'erc-config) ;; seamless IRC client
+(require 'erc-config) ;; seamless IRC client
(require 'eshell-vterm-config) ;; shell and terminal configuration
(require 'help-utils) ;; search: arch-wiki, devdoc, tldr, wikipedia
(require 'help-config) ;; info, man, help config