Remove provide's in autoload libraries (unnecessary)

This commit is contained in:
Henrik Lissner 2017-04-04 22:16:39 -04:00
parent 063cb29f8f
commit ba9e7a947b
7 changed files with 0 additions and 7 deletions

View file

@ -1,5 +1,4 @@
;;; memoize.el
(provide 'doom-lib-memoize)
;;;###autoload
(defvar doom-memoized-table (make-hash-table :test 'equal :size 10)