mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
refactor(lib): add provide lines
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user