From 30f853d183955050e8229f0e9869ae47e9d665e3 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 28 Mar 2021 13:45:46 -0400 Subject: [PATCH] Improve Circe integration --- config.org | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config.org b/config.org index a36ae4c..c5d7e2f 100644 --- a/config.org +++ b/config.org @@ -437,14 +437,15 @@ Contexts are a not very well known feature of mu4e that makes it super easy to m Another file has more specific network configuration. #+begin_src emacs-lisp (use-package circe - :config - (load "~/.emacs.d/irc.el")) - (use-package circe-color-nicks - :after circe - :straight (:type built-in)) + :config (load-file "~/.emacs.d/irc.el")) + (use-package circe-chanop - :after circe - :straight (:type built-in)) + :straight (:type built-in) + :after circe) + + (use-package circe-color-nicks + :straight (:type built-in) + :after circe) #+end_src ** Default browser Set EWW as default browser except for videos. -- 2.39.2