mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
refactor(lib): add provide lines
This commit is contained in:
parent
fe7b84966a
commit
ad29be39f6
15 changed files with 42 additions and 1 deletions
|
|
@ -187,3 +187,6 @@ If DIR is not a project, it will be indexed (but not cached)."
|
|||
(unless (file-remote-p project-root)
|
||||
(or (file-in-directory-p project-root temporary-file-directory)
|
||||
(file-in-directory-p project-root doom-local-dir))))
|
||||
|
||||
(provide 'doom-lib '(projects))
|
||||
;;; projects.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue