]> git.armaanb.net Git - config.org.git/commitdiff
Improve Circe integration
authorArmaan Bhojwani <me@armaanb.net>
Sun, 28 Mar 2021 17:45:46 +0000 (13:45 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 28 Mar 2021 17:45:46 +0000 (13:45 -0400)
config.org

index a36ae4c4ba5acc05d13da126a5c132aaabf3e981..c5d7e2fbb8b11b5bf6923620f96dfe012bf6a35b 100644 (file)
@@ -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.