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:
parent
8cc53dbc31
commit
7b5f1cc6b5
|
@ -2,9 +2,9 @@
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:hook ((prog-mode . electric-pair-mode)))
|
:hook ((prog-mode . electric-pair-mode)))
|
||||||
|
|
||||||
(use-package idle-highlight-mode
|
;; (use-package idle-highlight-mode
|
||||||
:ensure t
|
;; :ensure t
|
||||||
:hook ((prog-mode . idle-highlight-mode)))
|
;; :hook ((prog-mode . idle-highlight-mode)))
|
||||||
|
|
||||||
(use-package treesit-auto
|
(use-package treesit-auto
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Reference in a new issue