Emacs: Added diff-gl global mode
This commit is contained in:
parent
8024c2da73
commit
4f8b0827ea
1 changed files with 2 additions and 1 deletions
3
emacs.el
3
emacs.el
|
@ -68,7 +68,7 @@
|
||||||
'(inhibit-startup-screen t)
|
'(inhibit-startup-screen t)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(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)))
|
'(send-mail-function (quote smtpmail-send-it)))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; 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
|
(add-hook 'after-change-major-mode-hook 'fci-mode) ;; enable fci on every file
|
||||||
|
|
||||||
;;; diff-hl
|
;;; diff-hl
|
||||||
|
(global-diff-hl-mode t)
|
||||||
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)
|
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)
|
||||||
|
|
Loading…
Reference in a new issue