From 07d4f42ef9699acf99226181fb84e7d82fa0ae5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Thu, 21 Jul 2022 20:58:36 -0500 Subject: [PATCH] Adding mu4e and Git --- .emacs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.emacs b/.emacs index 6dbedc1..efd94d0 100644 --- a/.emacs +++ b/.emacs @@ -108,6 +108,16 @@ (global-set-key (kbd "C-<") 'mc/mark-previous-like-this) (global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this) ;; -- end -- +;; 8 mu4e +;;(is-installed 'mu4e) +;; -- end -- +;; 9 Git +(is-installed 'magit) +(is-installed 'diff-hl) +(global-set-key (kbd "C-c m") 'magit-status) +(setq diff-hl-fringe-bmp-function 'diff-hl-fringe-bmp-from-type) +(global-diff-hl-mode 1) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.