From 7bbb52f17cfdac7d5a5defa29852cb4fcca140e3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 13 May 2020 16:06:25 -0400 Subject: [PATCH] No longer disable org-highlight-sparse-tree-matches The original issue it was meant to fix no longer occurs in recent versions of org. --- modules/lang/org/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index e685b74bb..388b165a7 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -468,11 +468,6 @@ relative to `org-directory', unless it is an absolute path." ;; to be performant. (setq-hook! 'org-mode-hook gcmh-high-cons-threshold (* 2 gcmh-high-cons-threshold)) - ;; When you create a sparse tree and `org-indent-mode' is enabled, the - ;; highlighting destroys the invisibility added by `org-indent-mode'. - ;; Therefore, don't highlight when creating a sparse tree. - (setq org-highlight-sparse-tree-matches nil) - (add-hook! 'org-follow-link-hook (defun +org-delayed-recenter-h () "`recenter', but after a tiny delay. Necessary to prevent certain race