summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-12-30 15:05:09 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-12-30 15:05:09 +0100
commit19d34b79fd48acb3db7609216923850ed857a80f (patch)
treef49d7bbb338f0097b3e00866f8dcf3022547bb72 /.emacs
parent73a0d32eba566a61483db08a197148646ac672e4 (diff)
downloaddotfiles-19d34b79fd48acb3db7609216923850ed857a80f.tar.xz
Tweak ERC settings
Diffstat (limited to '.emacs')
-rw-r--r--.emacs12
1 files changed, 9 insertions, 3 deletions
diff --git a/.emacs b/.emacs
index 8fe48cd..d095907 100644
--- a/.emacs
+++ b/.emacs
@@ -694,7 +694,8 @@
(use-package erc
:custom
- (erc-log-channels-directory "~/.irc-logs")
+ (erc-log-channels-directory
+ (concat user-emacs-directory "erc/logs"))
(erc-log-write-after-insert t)
(erc-log-write-after-send t)
(erc-notifications-icon
@@ -706,8 +707,13 @@
(erc-use-auth-source-for-nickserv-password t)
(erc-user-full-name 'user-full-name)
:config
- (my/setopt erc-modules (my/list-update erc-modules
- '(log notifications) '(fill))))
+ (my/setopt
+ erc-modules
+ (my/list-update erc-modules
+ '(log notifications) '(fill))
+ erc-track-exclude-types
+ (my/list-update erc-track-exclude-types
+ '("JOIN" "PART" "QUIT"))))
(use-package icomplete
:config