disable idle-highlight-mode for now

the problem i have with this package is the colour used for the
highlight is the same as the mark/selection colour, which gets super
annoying when using expand-region to copy a name or something
This commit is contained in:
Gered 2024-12-08 13:59:12 -05:00
parent 8cc53dbc31
commit 7b5f1cc6b5

View file

@ -2,9 +2,9 @@
:ensure nil
:hook ((prog-mode . electric-pair-mode)))
(use-package idle-highlight-mode
:ensure t
:hook ((prog-mode . idle-highlight-mode)))
;; (use-package idle-highlight-mode
;; :ensure t
;; :hook ((prog-mode . idle-highlight-mode)))
(use-package treesit-auto
:ensure t