diff options
| -rw-r--r-- | .emacs | 1 | ||||
| -rw-r--r-- | .emacs-custom.el | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,7 @@ (delight 'flyspell-mode (propertize "๐" 'face 'flyspell-incorrect) "flyspell") (delight 'hs-minor-mode "โฆ" "hideshow") (delight 'isearch-mode "๐" "isearch") +(delight 'magit-blame-mode "โ" "magit-blame") (delight 'page-break-lines-mode nil "page-break-lines") (delight 'scroll-lock-mode "๐" "scroll-lock") (delight 'visual-line-mode "โคธ" t) diff --git a/.emacs-custom.el b/.emacs-custom.el index 81d2513..8458d25 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -31,6 +31,7 @@ '(indent-tabs-mode nil) '(inhibit-startup-screen t) '(isearch-allow-scroll t) + '(magit-diff-refine-hunk t) '(magit-log-arguments (quote ("--graph" "--color" "--decorate" "-n256"))) '(magit-log-section-arguments (quote ("--graph" "--color" "--decorate" "-n256"))) '(markdown-asymmetric-header t) |
