From: Armaan Bhojwani Date: Sun, 16 May 2021 22:40:39 +0000 (-0400) Subject: Add email section to git X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=e5360d4eab4abd9c7f763007ac3469fd48ec28db Add email section to git --- diff --git a/config.org b/config.org index 431bb09..5f90f1c 100644 --- a/config.org +++ b/config.org @@ -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.