]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Change pinentry-start hook
[config.org.git] / config.org
index a36ae4c4ba5acc05d13da126a5c132aaabf3e981..c790ba2549345083066404dde685db6836a7b0df 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.
@@ -574,7 +575,7 @@ Company-box adds icons.
 *** Magit
 #+begin_src emacs-lisp
   (use-package magit
-    :hook (git-commit-setup-hook . pinentry-start))
+    :hook (magit-mode-hook. pinentry-start))
 #+end_src
 *** Colored diff in line number area
 #+begin_src emacs-lisp