Remove provide's in autoload libraries (unnecessary)
This commit is contained in:
parent
063cb29f8f
commit
ba9e7a947b
7 changed files with 0 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
;;; memoize.el
|
||||
(provide 'doom-lib-memoize)
|
||||
|
||||
;;;###autoload
|
||||
(defvar doom-memoized-table (make-hash-table :test 'equal :size 10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue