From 432b82ca57f80efbd83ae19446c7fdaf6041c78c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 22 May 2024 08:00:33 +0100 Subject: [PATCH] Make custom ERC connect functions interactive Rename my/erc-connect -> my/znc-connect --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 7314886..c8bd245 100644 --- a/init.el +++ b/init.el @@ -1341,14 +1341,16 @@ Calls `project-remember-project-under' for ~/Projects/" (defun my/libera-chat-connect () "Connect to irc.libera.chat directly." + (interactive) (require 'erc) (require 'password-store) (erc-tls :server "irc.libera.chat" :password (password-store-get 'irc.libera.chat))) -(defun my/erc-connect () +(defun my/znc-connect () "Connect to my ZNC IRC bouncer." + (interactive) (require 'erc) (require 'password-store) (erc-tls