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:
@ -245,3 +245,6 @@ If the current buffer is not an indirect buffer, it is `widen'ed."
|
||||
(if (buffer-narrowed-p)
|
||||
(widen)
|
||||
(narrow-to-region beg end)))
|
||||
|
||||
(provide 'doom-lib '(ui))
|
||||
;;; ui.el ends here
|
||||
|
Reference in New Issue
Block a user