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:
@ -413,3 +413,6 @@ i.e. disables `ws-butler-mode' in the current buffer."
|
||||
(defun doom-disable-show-trailing-whitespace-h ()
|
||||
"Disable `show-trailing-whitespace' in the current buffer."
|
||||
(setq-local show-trailing-whitespace nil))
|
||||
|
||||
(provide 'doom-lib '(text))
|
||||
;;; text.el ends here
|
||||
|
Reference in New Issue
Block a user