ADD volatile highlights
This commit is contained in:
parent
584a0b1b7c
commit
5ef08b39b6
1 changed files with 13 additions and 0 deletions
|
|
@ -647,6 +647,19 @@ Move to the end if the compilation finishes.
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+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
|
* Comment-dwim-2
|
||||||
|
|
||||||
Replacement for built-in =comment-dwim=, more comment features.
|
Replacement for built-in =comment-dwim=, more comment features.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue