mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Don't notify me when people join on irc
This commit is contained in:
parent
1ebbbda3f8
commit
4332fc1547
1 changed files with 5 additions and 3 deletions
|
|
@ -240,8 +240,10 @@
|
||||||
(require 'netrc)
|
(require 'netrc)
|
||||||
(erc-hl-nicks)
|
(erc-hl-nicks)
|
||||||
(erc-colorize-mode)
|
(erc-colorize-mode)
|
||||||
(setq erc-user-full-name "Benson Chu")
|
(setq erc-user-full-name "Benson Chu"
|
||||||
(setq erc-kill-buffer-on-part t)
|
erc-kill-buffer-on-part t
|
||||||
|
erc-track-exclude-types
|
||||||
|
'("JOIN" "QUIT" "PART" "NICK" "333" "353"))
|
||||||
(setq erc-autojoin-channels-alist
|
(setq erc-autojoin-channels-alist
|
||||||
'(("freenode.net" "#emacs" "#org-mode"
|
'(("freenode.net" "#emacs" "#org-mode"
|
||||||
;; "##linux" "#compilers" "#pltclub"
|
;; "##linux" "#compilers" "#pltclub"
|
||||||
|
|
@ -249,7 +251,7 @@
|
||||||
;; "#sbcl" "#ecl"
|
;; "#sbcl" "#ecl"
|
||||||
)
|
)
|
||||||
("libera.chat" "#emacs" "#org-mode" "#archlinux"
|
("libera.chat" "#emacs" "#org-mode" "#archlinux"
|
||||||
"#commonlisp" "#sbcl" "#compilers"
|
"#commonlisp" "#sbcl" "#compilers" "#nixos"
|
||||||
;; "##linux" "#pltclub"
|
;; "##linux" "#pltclub"
|
||||||
;; "##cs" "##computerscience" "##programming" "#lisp" "##lisp"
|
;; "##cs" "##computerscience" "##programming" "#lisp" "##lisp"
|
||||||
;; "#ecl"
|
;; "#ecl"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue