From 115d1990d49a6cc1df3158be1a89fb2af626b433 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 4 Mar 2019 04:45:53 -0500 Subject: [PATCH] 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 --- modules/ui/treemacs/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/ui/treemacs/config.el b/modules/ui/treemacs/config.el index d71b1136b..1d90509c8 100644 --- a/modules/ui/treemacs/config.el +++ b/modules/ui/treemacs/config.el @@ -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)