Change: Use outline-back-to-heading instead of org-back-to-heading

Slightly faster, I think.
This commit is contained in:
Adam Porter 2018-01-06 04:18:18 -06:00
parent 9dc1fca034
commit 5dd90e07e0

View file

@ -92,7 +92,8 @@ NONE-PREDS."
(habit #'org-agenda-ng--habit-p)
(priority #'org-agenda-ng--priority-p)
(todo #'org-agenda-ng--todo-p)
(tags #'org-agenda-ng--tags-p))
(tags #'org-agenda-ng--tags-p)
(org-back-to-heading #'outline-back-to-heading))
(org-with-wide-buffer
(goto-char (point-min))
(when (org-before-first-heading-p)