From 0e2c642a8622e97b211bae3ecbf0c29125df7173 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Fri, 1 Nov 2019 10:30:56 +0900 Subject: [PATCH] Fix autoload cookie for doom/help-search-loaded-files Signed-off-by: Rudi Grinberg --- core/autoload/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoload/help.el b/core/autoload/help.el index a524ba34b..b28c8dd5f 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -623,7 +623,7 @@ Uses the symbol at point or the current selection, if available." " "))) ;; TODO factor our the duplicate code between this and the above -;;;autoload +;;;###autoload (defun doom/help-search-loaded-files (query) "Perform a text search on your `load-path'. Uses the symbol at point or the current selection, if available."