mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Playing with erc IRC client in emacs
This commit is contained in:
21
.emacs.d/.ercrc.el
Executable file
21
.emacs.d/.ercrc.el
Executable file
@@ -0,0 +1,21 @@
|
|||||||
|
(use-package erc
|
||||||
|
:custom
|
||||||
|
(erc-autojoin-channels-alist '(("freenode.net" "#archlinux" "#bash" "#distrotube"
|
||||||
|
"#emacs" "#gentoo" "#hexdsl" "#org-mode" "#python")))
|
||||||
|
(erc-autojoin-timing 'ident)
|
||||||
|
(erc-fill-function 'erc-fill-static)
|
||||||
|
(erc-fill-static-center 22)
|
||||||
|
(erc-hide-list '("JOIN" "PART" "QUIT"))
|
||||||
|
(erc-lurker-hide-list '("JOIN" "PART" "QUIT"))
|
||||||
|
(erc-lurker-threshold-time 43200)
|
||||||
|
(erc-prompt-for-nickserv-password nil)
|
||||||
|
(erc-server-reconnect-attempts 5)
|
||||||
|
(erc-server-reconnect-timeout 3)
|
||||||
|
(erc-track-exclude-types '("JOIN" "MODE" "NICK" "PART" "QUIT"
|
||||||
|
"324" "329" "332" "333" "353" "477"))
|
||||||
|
:config
|
||||||
|
(add-to-list 'erc-modules 'notifications)
|
||||||
|
(add-to-list 'erc-modules 'spelling)
|
||||||
|
(erc-services-mode 1)
|
||||||
|
(erc-update-modules))
|
||||||
|
|
||||||
Reference in New Issue
Block a user