From 5ef08b39b658e61cc8bf3ec63190beb9af6aeeec Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Mon, 23 Sep 2024 16:31:10 +0200 Subject: [PATCH] ADD volatile highlights --- config_new.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config_new.org b/config_new.org index e40e8b3..74af99d 100644 --- a/config_new.org +++ b/config_new.org @@ -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.