From ebb1cf832c0ab9088d4ec626c7d68aaba06dbe4c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 5 Oct 2024 11:36:44 +0400 Subject: [PATCH] config/emacs: horror --- config/emacs/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 2a3438b9..7839245e 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1099,7 +1099,7 @@ does NOT WORK ON WINDOWS :encryption tls :nick "sako@emacs/Libera" :user-name "sako@emacs/Libera" - :password ,(concat "sako@emacs/Libera:" (shell-command-to-string "pass show SelfHosted/ZNC | head -n 1"))))) + :password ,(concat "sako@emacs/Libera:" (string-trim (shell-command-to-string "pass show SelfHosted/ZNC | head -n 1")))))) (defun rcirc-detach-buffer () (interactive)