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/tablist-20170220.335/tablist-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/tablist-20170220.335/tablist-autoloads.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/tablist-20170220.335/tablist-autoloads.el | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/tablist-20170220.335/tablist-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/tablist-20170220.335/tablist-autoloads.el deleted file mode 100644 index 9228d09e103a..000000000000 --- a/configs/shared/emacs/.emacs.d/elpa/tablist-20170220.335/tablist-autoloads.el +++ /dev/null @@ -1,36 +0,0 @@ -;;; tablist-autoloads.el --- automatically extracted autoloads -;; -;;; Code: -(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) - -;;;### (autoloads nil "tablist" "tablist.el" (23450 31798 135495 -;;;;;; 132000)) -;;; Generated autoloads from tablist.el - -(autoload 'tablist-minor-mode "tablist" "\ -Toggle Tablist minor mode on or off. -With a prefix argument ARG, enable Tablist minor mode if ARG is -positive, and disable it otherwise. If called from Lisp, enable -the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. -\\{tablist-minor-mode-map} - -\(fn &optional ARG)" t nil) - -(autoload 'tablist-mode "tablist" "\ - - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads nil nil ("tablist-filter.el" "tablist-pkg.el") -;;;;;; (23450 31798 137665 669000)) - -;;;*** - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; End: -;;; tablist-autoloads.el ends here |