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 @@
;;; editor.el
(provide 'doom-lib-editor)
(defun doom--goto-first-non-blank ()
(beginning-of-visual-line)