From e5360d4eab4abd9c7f763007ac3469fd48ec28db Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 16 May 2021 18:40:39 -0400 Subject: [PATCH] Add email section to git --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.2