Try symbol-overlay

This commit is contained in:
David Morgan 2022-06-04 13:12:26 +01:00
parent 0ea4a51d57
commit 6fe8860f58
1 changed files with 7 additions and 0 deletions

View File

@ -72,6 +72,13 @@ char."
(vterm-mode . (lambda () (smartscan-mode -1)))
(eshell-mode . (lambda () (smartscan-mode -1))))
(use-package symbol-overlay
:bind
("C-c o" . symbol-overlay-put)
("M-N" . symbol-overlay-switch-forward)
("M-P" . symbol-overlay-switch-backward)
("<f8>" . symbol-overlay-remove-all))
(use-package affe
:after (consult orderless)
:config