mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Remove provide's in autoload libraries (unnecessary)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
;;; memoize.el
|
||||
(provide 'doom-lib-memoize)
|
||||
|
||||
;;;###autoload
|
||||
(defvar doom-memoized-table (make-hash-table :test 'equal :size 10)
|
||||
|
Reference in New Issue
Block a user