config/emacs: weird attempt
This commit is contained in:
parent
8281bdd71f
commit
f378f028cf
1 changed files with 1 additions and 1 deletions
|
@ -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:" (password-store-get "SelfHosted/ZNC")))))
|
:password ,(concat "sako@emacs/Libera:" (shell-command-to-string "pass show SelfHosted/ZNC | head -n 1")))))
|
||||||
|
|
||||||
(defun rcirc-detach-buffer ()
|
(defun rcirc-detach-buffer ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue