updating irc configs
This commit is contained in:
parent
f5247fce10
commit
71257a161e
11
init.el
11
init.el
|
@ -230,6 +230,17 @@ present on disk."
|
|||
;;; (______)(_______)(_______)(________)(________)(_________)
|
||||
(setq chess-ai-depth 2)
|
||||
|
||||
;;; IRC chatting
|
||||
(setq
|
||||
rcirc-reconnect-attempts 5
|
||||
rcirc-reconnect-delay 10
|
||||
rcirc-fill-column 'frame-width
|
||||
rcirc-server-alist '(("irc.tyrfingr.is"
|
||||
:encryption tls
|
||||
:port 6697
|
||||
:nick "kyle"
|
||||
:user-name "kyle@imladris.wntrmute.dev"
|
||||
:channels ("#tyrfingr" "#hacknet" "#no-reform"))))
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
|
|
Loading…
Reference in New Issue