about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/irc.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-10-08T02·03-0700
committerWilliam Carroll <wpcarro@gmail.com>2021-10-08T02·03-0700
commit18bfbca380cf5feef60ae5ab9a128cdfac731c2b (patch)
tree65ae951fb86057e45b2cfd37a91e4ce7b02463ef /emacs/.emacs.d/wpc/irc.el
parent1909d4bd73101f89c0056c44076122da37866b9d (diff)
Debug call to password-store-get
`irc-freenode` -> `irc/freenode`
Diffstat (limited to 'emacs/.emacs.d/wpc/irc.el')
-rw-r--r--emacs/.emacs.d/wpc/irc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/irc.el b/emacs/.emacs.d/wpc/irc.el
index 7ce679cd5008..1a9120456530 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.