From fa0efe393d3a756fd1ff5a7fe339e7f610a7a389 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 3 Apr 2024 05:04:41 +0300 Subject: emacs:(erc) Update keybindings & configuration --- .emacs.d/init.el | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b088803..32f70b4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -621,15 +621,11 @@ (setf erc-modules '(sasl netsplit fill button match track completion readonly networks ring autojoin noncommands irccontrols move-to-prompt stamp - menu list))) + menu list)) + :bind (("C-c E" . 'erc-libera) + :map erc-mode-map + ("C-c RET" . 'erc-cmd-QUERY))) -(defun erc-libera () - "Login to liberachat with erc." - (interactive) - (erc-tls :server "irc.libera.chat" :port 6697 - :nick "thanosapollo" - :user "thanosapollo" - :password (password-store-get "liberachat/thanos_apollo"))) (use-package erc-image :ensure t :after erc -- cgit v1.2.3