]> git.armaanb.net Git - config.org.git/commitdiff
Add email section to git
authorArmaan Bhojwani <me@armaanb.net>
Sun, 16 May 2021 22:40:39 +0000 (18:40 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 16 May 2021 22:40:39 +0000 (18:40 -0400)
config.org

index 431bb09023b5da9923670d50c2a4b365b4c727d8..5f90f1cceaf3c6dcb491128332dfbd5250f74dd9 100644 (file)
@@ -542,6 +542,13 @@ Use Emacs globally. Use the Emacs daemon and bind a key in your wm to =emacsclie
            (magit-post-refresh-hook . diff-hl-magit-post-refresh))
     :config (global-diff-hl-mode))
 #+end_src
+*** Email
+#+begin_src emacs-lisp
+  (use-package piem)
+  (use-package git-email
+    :straight (git-email :repo "https://git.sr.ht/~yoctocell/git-email")
+    :config (git-email-piem-mode))
+#+end_src
 * General text editing
 ** Indentation
 Indent after every change.