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 /modules/dashboard-config.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 'modules/dashboard-config.el')
| -rw-r--r-- | modules/dashboard-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index 3bb6034c2..0970feaaa 100644 --- a/modules/dashboard-config.el +++ b/modules/dashboard-config.el @@ -129,7 +129,7 @@ (,(nerd-icons-faicon "nf-fa-comments") "IRC" "Emacs Relay Chat" - (lambda (&rest _) (cj/erc-start-or-switch))) + (lambda (&rest _) (cj/erc-switch-to-buffer-with-completion))) ;; (,(nerd-icons-faicon "nf-fae-telegram") ;; "Telegram" "Telega Chat Client" |
