diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index a4d8535..afd58ad 100644 --- a/init.el +++ b/init.el | |||
@@ -321,7 +321,7 @@ | |||
321 | erc-kill-queries-on-quit t | 321 | erc-kill-queries-on-quit t |
322 | erc-kill-server-buffer-on-quit t | 322 | erc-kill-server-buffer-on-quit t |
323 | erc-nick "acdw" | 323 | erc-nick "acdw" |
324 | erc-nick-truncate (- erc-fill-static-center 2) | 324 | erc-nick-truncate (- erc-fill-static-center 1) |
325 | erc-prompt (lambda () (acdw-erc/prompt)) | 325 | erc-prompt (lambda () (acdw-erc/prompt)) |
326 | erc-prompt-for-password nil ; use ~/.authinfo | 326 | erc-prompt-for-password nil ; use ~/.authinfo |
327 | erc/servers | 327 | erc/servers |