config/emacs: test
This commit is contained in:
parent
cacee6e280
commit
90545fffc2
1 changed files with 1 additions and 1 deletions
|
@ -1093,7 +1093,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 ,(format "%s%s" "sako@emacs/Libera:" (password-store-get "SelfHosted/ZNC"))))))
|
||||||
(rcirc-fill-column 120)
|
(rcirc-fill-column 120)
|
||||||
(rcirc-reconnect-delay 5)
|
(rcirc-reconnect-delay 5)
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue