From 18bfbca380cf5feef60ae5ab9a128cdfac731c2b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 7 Oct 2021 19:03:54 -0700 Subject: [PATCH] Debug call to password-store-get `irc-freenode` -> `irc/freenode` --- emacs/.emacs.d/wpc/irc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/wpc/irc.el b/emacs/.emacs.d/wpc/irc.el index 7ce679cd5..1a9120456 100644 --- a/emacs/.emacs.d/wpc/irc.el +++ b/emacs/.emacs.d/wpc/irc.el @@ -119,7 +119,7 @@ (erc-ssl :server "irc.freenode.net" :port 6697 :nick "wpcarro" - :password (password-store-get "programming/irc-freenode") + :password (password-store-get "programming/irc/freenode") :full-name "William Carroll")) ;; TODO: Handle failed connections.