about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/ace-window-20180814.1516/ace-window-autoloads.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-01-13T19·33-0500
committerWilliam Carroll <wpcarro@gmail.com>2019-01-13T19·45-0500
commit481df5a3855ccd5ea3bf4d5f41ae780f4773b7b4 (patch)
tree3aeb7e20eaba176536cb8d10ba531ac39674fc4a /configs/shared/emacs/.emacs.d/elpa/ace-window-20180814.1516/ace-window-autoloads.el
parent18b9930b8604134f087ca61fe94740b31f94327c (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/ace-window-20180814.1516/ace-window-autoloads.el')
-rw-r--r--configs/shared/emacs/.emacs.d/elpa/ace-window-20180814.1516/ace-window-autoloads.el68
1 files changed, 0 insertions, 68 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/ace-window-20180814.1516/ace-window-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/ace-window-20180814.1516/ace-window-autoloads.el
deleted file mode 100644
index cfc59c73dce4..000000000000
--- a/configs/shared/emacs/.emacs.d/elpa/ace-window-20180814.1516/ace-window-autoloads.el
+++ /dev/null
@@ -1,68 +0,0 @@
-;;; ace-window-autoloads.el --- automatically extracted autoloads
-;;
-;;; Code:
-(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
-
-;;;### (autoloads nil "ace-window" "ace-window.el" (23450 31954 980877
-;;;;;;  496000))
-;;; Generated autoloads from ace-window.el
-
-(autoload 'ace-select-window "ace-window" "\
-Ace select window.
-
-\(fn)" t nil)
-
-(autoload 'ace-delete-window "ace-window" "\
-Ace delete window.
-
-\(fn)" t nil)
-
-(autoload 'ace-swap-window "ace-window" "\
-Ace swap window.
-
-\(fn)" t nil)
-
-(autoload 'ace-delete-other-windows "ace-window" "\
-Ace delete other windows.
-
-\(fn)" t nil)
-
-(autoload 'ace-window "ace-window" "\
-Select a window.
-Perform an action based on ARG described below.
-
-By default, behaves like extended `other-window'.
-
-Prefixed with one \\[universal-argument], does a swap between the
-selected window and the current window, so that the selected
-buffer moves to current window (and current buffer moves to
-selected window).
-
-Prefixed with two \\[universal-argument]'s, deletes the selected
-window.
-
-\(fn ARG)" t nil)
-
-(defvar ace-window-display-mode nil "\
-Non-nil if Ace-Window-Display mode is enabled.
-See the `ace-window-display-mode' command
-for a description of this minor mode.
-Setting this variable directly does not take effect;
-either customize it (see the info node `Easy Customization')
-or call the function `ace-window-display-mode'.")
-
-(custom-autoload 'ace-window-display-mode "ace-window" nil)
-
-(autoload 'ace-window-display-mode "ace-window" "\
-Minor mode for showing the ace window key in the mode line.
-
-\(fn &optional ARG)" t nil)
-
-;;;***
-
-;; Local Variables:
-;; version-control: never
-;; no-byte-compile: t
-;; no-update-autoloads: t
-;; End:
-;;; ace-window-autoloads.el ends here