Fix file template header in $DOOMDIR/autoload.
This commit is contained in:
parent
9ac9deb0fd
commit
6ba04c13b2
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ evil is loaded and enabled)."
|
|||
(match-string 1 path))
|
||||
((file-in-directory-p path doom-emacs-dir)
|
||||
(file-relative-name path doom-emacs-dir))
|
||||
((file-in-directory-p path doom-private-dir)
|
||||
(file-relative-name path doom-private-dir))
|
||||
((abbreviate-file-name path))))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue