diff options
author | Alan Pearce | 2016-05-06 12:51:34 +0200 |
---|---|---|
committer | Alan Pearce | 2016-05-06 12:51:34 +0200 |
commit | 2ae305459c747e70e39b23af4f92e9faf398126d (patch) | |
tree | f4f44937bcba6d813a49a94f1ff076b3a6d21d65 /tag-emacs | |
parent | 8145d2218634ccb212fadb2fe00be11795b25a72 (diff) | |
download | nixfiles-2ae305459c747e70e39b23af4f92e9faf398126d.tar.lz nixfiles-2ae305459c747e70e39b23af4f92e9faf398126d.tar.zst nixfiles-2ae305459c747e70e39b23af4f92e9faf398126d.zip |
Install volatile-highlights-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 695fef92..b9518d34 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -203,6 +203,17 @@ By default, Emacs displays page breaks as ^L. Lines look much nicer. '("%f" (dired-directory dired-directory))) #+END_SRC +** Highlight Changes + +Highlight what just changed when I undo, yank, and so on. + +#+BEGIN_SRC emacs-lisp + (use-package volatile-highlights + :diminish volatile-highlights-mode + :config (progn + (volatile-highlights-mode t))) +#+END_SRC + ** Renaming major modes Diminishing major modes does not happen in the same manner as minor |