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:
@ -398,3 +398,6 @@ current project."
|
||||
interactive "Killed %d project buffers"
|
||||
(- (length buffer-list)
|
||||
(length (cl-remove-if-not #'buffer-live-p buffer-list)))))))
|
||||
|
||||
(provide 'doom-lib '(buffers))
|
||||
;;; buffers.el ends here
|
||||
|
Reference in New Issue
Block a user