diff --git a/emacs.el b/emacs.el index b940db7..41d39c7 100644 --- a/emacs.el +++ b/emacs.el @@ -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)