all repos — nixfiles @ 2ae305459c747e70e39b23af4f92e9faf398126d

System and user configuration, managed by nix and home-manager

Install volatile-highlights-mode

Alan Pearce
commit

2ae305459c747e70e39b23af4f92e9faf398126d

parent

8145d2218634ccb212fadb2fe00be11795b25a72

1 file changed, 11 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -203,6 +203,17 @@ (setq frame-title-format
'("%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