mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix void-function org-map-entries on doom/help-*
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user