diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-05-21 16:02:38 +0200 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-05-21 16:02:38 +0200 |
| commit | cababb5e10d7036d3f5161c177528716ca182d68 (patch) | |
| tree | e28d60bad7435909dc676c944673a2c628f64c10 | |
| parent | 0a63b5fe28be5cd4698276ae5f8701be5dc281e8 (diff) | |
| download | dotfiles-cababb5e10d7036d3f5161c177528716ca182d68.tar.xz | |
Tweak Magit stuff
- make magit-blame take less space in mode-line
- refine hunks, now that refinements look OK with eighters-theme
| -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) |
