X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.org;h=5f90f1cceaf3c6dcb491128332dfbd5250f74dd9;hb=e5360d4eab4abd9c7f763007ac3469fd48ec28db;hp=431bb09023b5da9923670d50c2a4b365b4c727d8;hpb=f59be23a4a427fd9a475967fd3bab363ac0a6ee8;p=config.org.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.