diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-25 19:50:30 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-25 19:50:30 -0500 |
| commit | fe4723d335d9a8ba30a6939b53e32e2bff0197af (patch) | |
| tree | fb2b2b034838833522ed3e454bdbe05bb7a77145 /init.el | |
| parent | aeabd9295fc961f91d2e16e9418cbf4b8698d362 (diff) | |
| download | dotemacs-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.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
