diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-03-06 23:16:44 -0500 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-03-06 23:16:46 -0500 |
| commit | 592475ad8385c1878771cc7793487d08d5fe7cf7 (patch) | |
| tree | 768993d22e0602398e4af698ee660bd69e725732 | |
| parent | 253af1a81c0db004c29f7a148c9de9b28b6b2b87 (diff) | |
fix typo
| -rw-r--r-- | home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -499,8 +499,8 @@ (setq erc-server "irc.libera.chat" erc-nick "Zambyte" erc-port 6697 - erc-prompt-for-nickserv-passwork nil - erc-prompt-for-passwork t + erc-prompt-for-nickserv-password nil + erc-prompt-for-password t erc-nickserv-passwords (list (list 'Libera.Chat (list (cons "Zambyte" (cdr (assoc 'libera secrets)))))) erc-autojoin-channels-alist '((Libera.Chat "#archlinux" "#c" |
