Add basic circe config
This commit is contained in:
parent
feef092968
commit
57db815be8
@ -262,6 +262,23 @@
|
|||||||
:mode "\\.pde\\'"
|
:mode "\\.pde\\'"
|
||||||
:mode "\\.ino\\'")
|
:mode "\\.ino\\'")
|
||||||
|
|
||||||
|
(use-package circe
|
||||||
|
:config
|
||||||
|
(setq circe-default-nick "ad1217"
|
||||||
|
circe-reduce-lurker-spam t)
|
||||||
|
(enable-circe-color-nicks)
|
||||||
|
(setq circe-network-options
|
||||||
|
'(("Freenode"
|
||||||
|
:tls t
|
||||||
|
:nick "ad1217"
|
||||||
|
:sasl-username "ad1217"
|
||||||
|
:sasl-password "ablablop"
|
||||||
|
:channels ("#emacs-circe" "#qutebrowser" "#archlinux" "#linux"))
|
||||||
|
("WPI"
|
||||||
|
:host "irc.wpiirc.net"
|
||||||
|
:port 9999
|
||||||
|
:use-tls t))))
|
||||||
|
|
||||||
(use-package company-c-headers
|
(use-package company-c-headers
|
||||||
:config
|
:config
|
||||||
(add-to-list 'company-backends 'company-c-headers))
|
(add-to-list 'company-backends 'company-c-headers))
|
||||||
|
Loading…
Reference in New Issue
Block a user