diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2026-08-04 10:41:44 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2026-08-04 10:41:44 -0400 |
| commit | 82ed4bee9ba6cb25228370e3ddb641f252db11cf (patch) | |
| tree | aabf420ac9b0a2a6275843ed3317aff0e2fb2915 /dot_emacs | |
| parent | set cape prefix to M-+ (diff) | |
add ignores to erc
Diffstat (limited to '')
| -rw-r--r-- | dot_emacs | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -373,7 +373,13 @@ Extended Format date in the date field and return it as a string obeing (use-package erc :straight t :custom - (erc-hide-list '("JOIN" "PART" "QUIT" "353")) + (erc-hide-list '("JOIN" "PART" "QUIT" + ;; https://www.rfc-editor.org/rfc/rfc2812.txt + "305" ; ":You are no longer marked as being away" + "306" ; ":You have been marked as being away" + "332" ; RPL_TOPIC "<channel> :<topic>" + "353" ; RPL_NAMEREPLY + )) (erc-lurker-hide-list '("JOIN" "PART" "QUIT")) (erc-fill-column 120) (erc-fill-function 'erc-fill-static) |
