mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -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
|
|
@ -155,3 +155,6 @@ switch."
|
|||
(when (boundp 'chemacs-current-emacs-profile)
|
||||
(list "--with-profile" chemacs-current-emacs-profile))
|
||||
(list "-l" tmpfile)))))
|
||||
|
||||
(provide 'doom-lib '(sessions))
|
||||
;;; sessions.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue