ADD volatile highlights

This commit is contained in:
Laurens Miers 2024-09-23 16:31:10 +02:00
parent 584a0b1b7c
commit 5ef08b39b6

View file

@ -647,6 +647,19 @@ Move to the end if the compilation finishes.
)
#+END_SRC
* Volatile highlights
Show/highlight changes when doing undo/yanks/kills/...
https://github.com/k-talo/volatile-highlights.el
#+BEGIN_SRC emacs-lisp
(use-package volatile-highlights
:config
(volatile-highlights-mode t)
)
#+END_SRC
* Comment-dwim-2
Replacement for built-in =comment-dwim=, more comment features.