]> git.armaanb.net Git - config.org.git/commitdiff
Add ERC config
authorArmaan Bhojwani <me@armaanb.net>
Wed, 5 May 2021 23:00:16 +0000 (19:00 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Wed, 5 May 2021 23:00:16 +0000 (19:00 -0400)
config.org

index 1a3d4108e5c0dc9b445bc3f9c66cc4d3be66a2de..6e571e518516d5d5c7d2ccb754e34c3e6b578a0d 100644 (file)
@@ -484,6 +484,19 @@ Some EWW enhancements.
 
   (global-set-key (kbd "C-c w") 'prot-eww-browse-dwim)
 #+end_src
+** IRC
+#+begin_src emacs-lisp
+  (use-package erc
+    :straight (:type built-in)
+    :config
+    (load "~/.emacs.d/irc.el")
+    (acheam-irc)
+    (erc-notifications-enable)
+    (erc-smiley-disable))
+
+  (use-package erc-hl-nicks
+    :config (erc-hl-nicks-mode 1))
+#+end_src
 ** Emacs Anywhere
 Use Emacs globally. Use the Emacs daemon and bind a key in your wm to
 =emacsclient --eval "(emacs-everywhere)"=.