config/emacs: sigma skibidi toilet

This commit is contained in:
Sakooooo 2024-10-06 16:59:43 +04:00
parent be30c61b78
commit f9ad9f200a
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -632,9 +632,7 @@ kept-old-versions 5)
:config
(setq password-store-password-length 12))
(use-package auth-source-pass
:config
(auth-source-pass-enable))
(auth-source-pass-enable)
#+end_src
** OAuth2
this should be useful later
@ -1097,7 +1095,7 @@ does NOT WORK ON WINDOWS
:encryption tls
:nick "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 ()
(interactive)