Simon Watson преди 3 години
родител
ревизия
193099abba
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      emacs/.emacs-all

+ 3 - 1
emacs/.emacs-all

@@ -43,7 +43,9 @@
 ;; Git stuff
 (require 'magit)
 (require 'diff-hl)
-(global-diff-hl-mode)
+;; Just enable diff-hl per buffer,
+;; it seems expensive 
+; (global-diff-hl-mode)
 (add-hook 'magit-pre-refresh-hook 'diff-hl-magit-pre-refresh)
 (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)
 (diff-hl-margin-mode t)