summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-11-23 10:09:08 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-11-23 10:09:08 +0100
commitc5b15b13a2ae3ea27e029097bc527eb910566140 (patch)
treee0aa563697af8d035108c1621bc435ea2b49281f
parent3fa99cb48be0f3c9d2c08560db391f1f96f8bf9c (diff)
downloaddotfiles-c5b15b13a2ae3ea27e029097bc527eb910566140.tar.xz
Turn a few Emacs knobs
-rw-r--r--.emacs2
-rw-r--r--.emacs-custom.el3
2 files changed, 5 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 20ffeb1..216037a 100644
--- a/.emacs
+++ b/.emacs
@@ -124,6 +124,8 @@
(add-hook 'magit-mode-hook 'my/magit-mode-hook)
+(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t)
+
;; Major modes configuration
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 2ef8691..acc4d80 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -35,6 +35,7 @@
'(inhibit-startup-screen t)
'(isearch-allow-scroll t)
'(magit-diff-refine-hunk t)
+ '(magit-ediff-dwim-show-on-hunks t)
'(magit-log-arguments (quote ("--graph" "--color" "--decorate" "-n256")))
'(magit-log-section-arguments (quote ("--graph" "--color" "--decorate" "-n256")))
'(markdown-asymmetric-header t)
@@ -58,6 +59,8 @@
'(paradox-spinner-type (quote random))
'(python-fill-docstring-style (quote pep-257-nn))
'(python-shell-interpreter "python3")
+ '(read-buffer-completion-ignore-case t)
+ '(read-file-name-completion-ignore-case t)
'(scroll-bar-mode nil)
'(scroll-conservatively 101)
'(scroll-preserve-screen-position t)