No longer disable org-highlight-sparse-tree-matches
The original issue it was meant to fix no longer occurs in recent versions of org.
This commit is contained in:
parent
abb9ab7674
commit
7bbb52f17c
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue