diff --git a/core/autoload/help.el b/core/autoload/help.el index 175f2d9bc..e2b511158 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -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