Merge pull request #3684 from Janfel/patch-1
Fix Elisp file template header in doom-private-dir.
This commit is contained in:
commit
d45fff0088
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