Add basic circe config

This commit is contained in:
Adam Goldsmith 2017-02-24 01:11:33 -05:00
parent feef092968
commit 57db815be8
1 changed files with 17 additions and 0 deletions

View File

@ -262,6 +262,23 @@
:mode "\\.pde\\'"
: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
:config
(add-to-list 'company-backends 'company-c-headers))