config/emacs: sigma skibidi toilet
This commit is contained in:
parent
be30c61b78
commit
f9ad9f200a
1 changed files with 2 additions and 4 deletions
|
@ -632,9 +632,7 @@ kept-old-versions 5)
|
||||||
:config
|
:config
|
||||||
(setq password-store-password-length 12))
|
(setq password-store-password-length 12))
|
||||||
|
|
||||||
(use-package auth-source-pass
|
(auth-source-pass-enable)
|
||||||
:config
|
|
||||||
(auth-source-pass-enable))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** OAuth2
|
** OAuth2
|
||||||
this should be useful later
|
this should be useful later
|
||||||
|
@ -1097,7 +1095,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:" (string-trim (shell-command-to-string "pass show SelfHosted/ZNC | head -n 1"))))))
|
:password ,(concat "sako@emacs/Libera:" (password-store-get "SelfHosted/ZNC")))))
|
||||||
|
|
||||||
(defun rcirc-detach-buffer ()
|
(defun rcirc-detach-buffer ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue