Fix void-function org-map-entries on doom/help-*
This commit is contained in:
parent
e173fcbd54
commit
f6dc4f6079
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ selection of all minor-modes, active or not."
|
|||
;;
|
||||
;;; Documentation commands
|
||||
|
||||
(defun doom--org-headings (files &optional depth prompt include-files)
|
||||
(defun doom--org-headings (files &optional depth _prompt include-files)
|
||||
(require 'org)
|
||||
(let ((org-agenda-files (doom-enlist files))
|
||||
(default-directory doom-docs-dir))
|
||||
(unwind-protect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue