From 140768487f80a7c17c849f42660be2cf20ae29ec Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Wed, 5 May 2021 19:00:16 -0400 Subject: [PATCH] Add ERC config --- config.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.org b/config.org index 1a3d410..6e571e5 100644 --- a/config.org +++ b/config.org @@ -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)"=. -- 2.39.2