ui/treemacs: remove hl-line->region face remapping
This causes more issues that solves. Perhaps something can be done upstream to make this line highlight brighter. Possibly addresses #957
This commit is contained in:
parent
7097739994
commit
115d1990d4
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@
|
|||
:quit nil
|
||||
:ttl 0)
|
||||
|
||||
(defun +treemacs|improve-hl-line-contrast ()
|
||||
"`hl-line' doesn't stand out enough in some themes."
|
||||
(face-remap-add-relative 'hl-line 'region))
|
||||
(add-hook 'treemacs-mode-hook #'+treemacs|improve-hl-line-contrast)
|
||||
|
||||
;; Don't follow the cursor
|
||||
(treemacs-follow-mode -1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue