From d69f41af1f6e0d1bea8a2942f5e99b6ef961c1ef Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 25 Oct 2025 19:50:30 -0500 Subject: 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. --- modules/dashboard-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard-config.el') diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index 3bb6034c..0970feaa 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" -- cgit v1.2.3