From: Armaan Bhojwani Date: Sat, 19 Jun 2021 00:22:10 +0000 (-0400) Subject: Comment out git-email for now X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=aea5797eee72dd0c5d8dae993c37d876ebc57d20 Comment out git-email for now --- diff --git a/config.org b/config.org index a6c0ce9..eff4418 100644 --- a/config.org +++ b/config.org @@ -658,9 +658,9 @@ A very good Git interface. *** 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)) + ;; (use-package git-email + ;; :straight (git-email :repo "https://git.sr.ht/~yoctocell/git-email") + ;; :config (git-email-piem-mode)) #+end_src ** C Modified from https://eklitzke.org/smarter-emacs-clang-format.