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 @@
|
|||
;;; autoload.el
|
||||
(provide 'doom-lib-buffers)
|
||||
|
||||
(defvar-local doom-buffer--narrowed-origin nil)
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;;; debug.el
|
||||
(provide 'core-lib-debug)
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/what-face (pos)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;;; editor.el
|
||||
(provide 'doom-lib-editor)
|
||||
|
||||
(defun doom--goto-first-non-blank ()
|
||||
(beginning-of-visual-line)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;;; memoize.el
|
||||
(provide 'doom-lib-memoize)
|
||||
|
||||
;;;###autoload
|
||||
(defvar doom-memoized-table (make-hash-table :test 'equal :size 10)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;;; packages.el
|
||||
(provide 'doom-lib-packages)
|
||||
|
||||
(defvar doom--last-refresh nil)
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;;; popups.el
|
||||
(provide 'doom-lib-popups)
|
||||
|
||||
;;;###autoload
|
||||
(defun doom-popup-p (&optional target)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;;; ui.el
|
||||
(provide 'doom-lib-ui)
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/toggle-fullscreen ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue