config/emacs: horror

This commit is contained in:
Sakooooo 2024-10-05 11:36:44 +04:00
parent f378f028cf
commit ebb1cf832c
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -1099,7 +1099,7 @@ does NOT WORK ON WINDOWS
:encryption tls :encryption tls
:nick "sako@emacs/Libera" :nick "sako@emacs/Libera"
:user-name "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 () (defun rcirc-detach-buffer ()
(interactive) (interactive)