Skip to content

Commit

Permalink
* layers/+spacemacs/spacemacs-editing-visual/packages.el: Remove vhl …
Browse files Browse the repository at this point in the history
…workaround (#16710)
  • Loading branch information
sunlin7 authored Dec 11, 2024
1 parent 173af7e commit fd364c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions layers/+spacemacs/spacemacs-editing-visual/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,6 @@
:mode volatile-highlights-mode
:documentation "Display visual feedback for some operations."
:evil-leader "thv")

;; volatile-highlights is redundant with built-in highlighting in occur. In
;; Emacs 29, it starts to cause errors. See
;; https://github.com/k-talo/volatile-highlights.el/issues/26
(setq vhl/use-occur-extension-p (< emacs-major-version 28))

(volatile-highlights-mode t)
:config
;; additional extensions
Expand Down

0 comments on commit fd364c3

Please sign in to comment.