lang/org: optimize org-agenda (part 3) #2672
This commit is contained in:
parent
e86ecf60c9
commit
4209454df3
1 changed files with 2 additions and 1 deletions
|
@ -600,7 +600,8 @@ buffers."
|
||||||
:around #'org-get-agenda-file-buffer
|
:around #'org-get-agenda-file-buffer
|
||||||
(let ((recentf-exclude (list (lambda (_file) t)))
|
(let ((recentf-exclude (list (lambda (_file) t)))
|
||||||
(doom-large-file-p t)
|
(doom-large-file-p t)
|
||||||
find-file-hook)
|
find-file-hook
|
||||||
|
org-mode-hook)
|
||||||
(funcall orig-fn file)))
|
(funcall orig-fn file)))
|
||||||
|
|
||||||
;; HACK With https://code.orgmode.org/bzg/org-mode/commit/48da60f4, inline
|
;; HACK With https://code.orgmode.org/bzg/org-mode/commit/48da60f4, inline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue