config/emacs: uhhhh

This commit is contained in:
Sakooooo 2024-09-25 08:07:24 +04:00
parent dfc4a689df
commit 4d8eb545cc
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1177,7 +1177,7 @@ GNU patch review metho dor sometihng idk
(setq output (string-trim output))
(setq proton-mail-address (concat "@proton.me" output))))
(get-proton-mail-address-from-pass "pass Proton\ Account | awk 'BEGIN {ORS=\"\"} FNR == 2{gsub(\"login: \", \"\"); gsub(/ /, \"\"); print}'")
(get-proton-mail-address-from-pass "pass Proton Account | awk 'BEGIN {ORS=\"\"} FNR == 2{gsub(\"login: \", \"\"); gsub(/ /, \"\"); print}'")
(setq gmail-1-mail-address
(string-trim (shell-command-to-string "pass accounts.google.com/one | awk 'BEGIN {ORS=\"\"} FNR == 2{gsub(\"login: \", \"\"); gsub(/ /, \"\"); print}'")))