diff options
author | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·33-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·45-0500 |
commit | 481df5a3855ccd5ea3bf4d5f41ae780f4773b7b4 (patch) | |
tree | 3aeb7e20eaba176536cb8d10ba531ac39674fc4a /configs/shared/emacs/.emacs.d/elpa/evil-commentary-20170413.1451/evil-commentary-autoloads.el | |
parent | 18b9930b8604134f087ca61fe94740b31f94327c (diff) |
Remove Emacs spam
My inconsistent git history-keeping is coming to bite me here. At the moment, I can only speculate about what went wrong here. The gist is this: I unintentionally committed files that were supposed to be ignored This commit removes those files which includes: - auto-save-list - elpa packages - quelpa packages - misc
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/evil-commentary-20170413.1451/evil-commentary-autoloads.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/evil-commentary-20170413.1451/evil-commentary-autoloads.el | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/evil-commentary-20170413.1451/evil-commentary-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/evil-commentary-20170413.1451/evil-commentary-autoloads.el deleted file mode 100644 index 732423aa8430..000000000000 --- a/configs/shared/emacs/.emacs.d/elpa/evil-commentary-20170413.1451/evil-commentary-autoloads.el +++ /dev/null @@ -1,45 +0,0 @@ -;;; evil-commentary-autoloads.el --- automatically extracted autoloads -;; -;;; Code: -(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) - -;;;### (autoloads nil "evil-commentary" "evil-commentary.el" (23450 -;;;;;; 31878 323234 752000)) -;;; Generated autoloads from evil-commentary.el - -(defvar evil-commentary-mode nil "\ -Non-nil if Evil-Commentary mode is enabled. -See the `evil-commentary-mode' command -for a description of this minor mode.") - -(custom-autoload 'evil-commentary-mode "evil-commentary" nil) - -(autoload 'evil-commentary-mode "evil-commentary" "\ -Commentary mode. - -\(fn &optional ARG)" t nil) - -;;;*** - -;;;### (autoloads nil "evil-commentary-integration" "evil-commentary-integration.el" -;;;;;; (23450 31878 326562 763000)) -;;; Generated autoloads from evil-commentary-integration.el - -(autoload 'evil-commentary/org-comment-or-uncomment-region "evil-commentary-integration" "\ -Comment function for `org-mode'. - -\(fn BEG END)" t nil) - -;;;*** - -;;;### (autoloads nil nil ("evil-commentary-pkg.el") (23450 31878 -;;;;;; 324965 925000)) - -;;;*** - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; End: -;;; evil-commentary-autoloads.el ends here |