Exclude *.org files from doom/help-packages{,-config}
This commit is contained in:
parent
d10c2f6cb9
commit
633fd7c95f
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ current file is in, or d) the module associated with the current major mode (see
|
|||
(let ((default-directory doom-emacs-dir))
|
||||
(split-string
|
||||
(shell-command-to-string
|
||||
(format "git grep --no-break --no-heading --line-number '%s %s\\($\\| \\)'"
|
||||
(format "git grep --no-break --no-heading --line-number '%s %s\\($\\| \\)' ':(exclude)*.org'"
|
||||
"\\(^;;;###package\\|(after!\\|(use-package!\\)"
|
||||
package))
|
||||
"\n" t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue