about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-18 15:00:22 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-18 15:00:22 +0100
commit6f380e9aaf286fa81750db04ba1dd0f0114d4f1d (patch)
treed5126c02ad6c4769b234db8d41216cce7ea92971 /.emacs.d/lisp
parenta9d8dd7bc79e7515df05fdcfaea5a405c509e081 (diff)
downloaddotfiles-6f380e9aaf286fa81750db04ba1dd0f0114d4f1d.tar.gz
Fix magit config
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-git.el13
1 files changed, 2 insertions, 11 deletions
diff --git a/.emacs.d/lisp/init-git.el b/.emacs.d/lisp/init-git.el
index f4fabd6..bed9607 100644
--- a/.emacs.d/lisp/init-git.el
+++ b/.emacs.d/lisp/init-git.el
@@ -39,19 +39,10 @@
           (vc-refresh-state)))))
   (key-chord-define-global "UU" 'my/magit-set-upstream)
   (key-chord-define-global "RR" 'my/magit-refresh-state)
-  ;; :custom-face
-  ;; (diff-added ((t (:foreground "green4"))))
-  ;; (magit-diff-added ((t (:foreground "green4"))))
-  ;; (magit-diff-added-highlight ((t (:foreground "green4"))))
-  ;; (diff-removed ((t (:foreground "red3"))))
-  ;; (magit-diff-removed ((t (:foreground "red3"))))
-  ;; (magit-diff-removed-highlight ((t (:foreground "red3"))))
   :custom
   (magit-diff-refine-hunk 'all)
-  ;; (magit-diff-paint-whitespace t)
-  ;; (magit-diff-paint-whitespace-lines 'all)
-  (magit-diff-highlight-trailing t)
-  (magit-diff-highlight-indentation t))
+  (magit-diff-paint-whitespace-lines 'all)
+  (magit-diff-highlight-trailing t))
 
 (use-package forge
   :after magit)