| Paste number 1947: | my customized erc variables (hopefully of some use to bpalmer when it comes to automatically closing server/query/channel buffers on quit) |
| Pasted by: | bigmike160 |
| When: | 4 years, 11 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+1I3 |
| Channel: | #emacs |
| Paste contents: |
;; pruned slightly
(custom-set-variables
'(erc-auto-query (quote buffer))
'(erc-autoaway-mode nil nil (erc-autoaway))
'(erc-enable-logging (quote erc-log-all-but-server-buffers))
'(erc-hide-timestamps nil)
'(erc-insert-timestamp-function (quote my-erc-timestamp-left-and-right))
'(erc-interpret-mirc-color t)
'(erc-kill-queries-on-quit t)
'(erc-kill-server-buffer-on-quit t)
'(erc-log-insert-log-on-open nil)
'(erc-modules (quote (autojoin button completion fill log match netsplit pcomplete ring stamp track)))
'(erc-nick "bigmike160")
'(erc-notify-mode nil nil (erc-notify))
'(erc-notify-signoff-hook (quote (erc-notify-signoff)))
'(erc-notify-signon-hook (quote (erc-notify-signon)))
'(erc-prompt-for-password nil)
'(erc-save-buffer-on-part t)
'(erc-save-queries-on-quit t)
'(erc-server "localhost")
'(erc-stamp-mode t nil (erc-stamp))
'(erc-track-exclude-types (quote ("JOIN" "NICK" "PART" "QUIT")))
'(erc-user-full-name (quote user-full-name)))
(custom-set-faces)
This paste has no annotations.