Emacs: Added diff-gl global mode

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-12-18 17:41:08 +01:00
parent 8024c2da73
commit 4f8b0827ea
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@
'(inhibit-startup-screen t)
'(package-selected-packages
(quote
(stumpwm-mode slime muttrc-mode diff-hl magit wanderlust ## auctex yaml-mode typescript sass-mode php-mode outlined-elisp-mode monokai-theme markdown-mode fill-column-indicator edit-server dracula-theme dart-mode coffee-mode auto-complete atom-one-dark-theme atom-dark-theme)))
(mips-mode stumpwm-mode slime muttrc-mode diff-hl magit wanderlust ## auctex yaml-mode typescript sass-mode php-mode outlined-elisp-mode monokai-theme markdown-mode fill-column-indicator edit-server dracula-theme dart-mode coffee-mode auto-complete atom-one-dark-theme atom-dark-theme)))
'(send-mail-function (quote smtpmail-send-it)))
(custom-set-faces
;; custom-set-faces was added by Custom.
@ -117,4 +117,5 @@
(add-hook 'after-change-major-mode-hook 'fci-mode) ;; enable fci on every file
;;; diff-hl
(global-diff-hl-mode t)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)