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-surround-20180102.1401/evil-surround-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-surround-20180102.1401/evil-surround-autoloads.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/evil-surround-20180102.1401/evil-surround-autoloads.el | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/evil-surround-20180102.1401/evil-surround-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/evil-surround-20180102.1401/evil-surround-autoloads.el deleted file mode 100644 index cf0f6320a769..000000000000 --- a/configs/shared/emacs/.emacs.d/elpa/evil-surround-20180102.1401/evil-surround-autoloads.el +++ /dev/null @@ -1,70 +0,0 @@ -;;; evil-surround-autoloads.el --- automatically extracted autoloads -;; -;;; Code: -(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) - -;;;### (autoloads nil "evil-surround" "evil-surround.el" (23450 31874 -;;;;;; 136990 282000)) -;;; Generated autoloads from evil-surround.el - -(autoload 'evil-surround-delete "evil-surround" "\ -Delete the surrounding delimiters represented by CHAR. -Alternatively, the text to delete can be represented with -the overlays OUTER and INNER, where OUTER includes the delimiters -and INNER excludes them. The intersection (i.e., difference) -between these overlays is what is deleted. - -\(fn CHAR &optional OUTER INNER)" t nil) - -(autoload 'evil-surround-change "evil-surround" "\ -Change the surrounding delimiters represented by CHAR. -Alternatively, the text to delete can be represented with the -overlays OUTER and INNER, which are passed to `evil-surround-delete'. - -\(fn CHAR &optional OUTER INNER)" t nil) - -(autoload 'evil-surround-mode "evil-surround" "\ -Buffer-local minor mode to emulate surround.vim. - -\(fn &optional ARG)" t nil) - -(autoload 'turn-on-evil-surround-mode "evil-surround" "\ -Enable evil-surround-mode in the current buffer. - -\(fn)" nil nil) - -(autoload 'turn-off-evil-surround-mode "evil-surround" "\ -Disable evil-surround-mode in the current buffer. - -\(fn)" nil nil) - -(defvar global-evil-surround-mode nil "\ -Non-nil if Global Evil-Surround mode is enabled. -See the `global-evil-surround-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 `global-evil-surround-mode'.") - -(custom-autoload 'global-evil-surround-mode "evil-surround" nil) - -(autoload 'global-evil-surround-mode "evil-surround" "\ -Toggle Evil-Surround mode in all buffers. -With prefix ARG, enable Global Evil-Surround mode if ARG is positive; -otherwise, disable it. If called from Lisp, enable the mode if -ARG is omitted or nil. - -Evil-Surround mode is enabled in all buffers where -`turn-on-evil-surround-mode' would do it. -See `evil-surround-mode' for more information on Evil-Surround mode. - -\(fn &optional ARG)" t nil) - -;;;*** - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; End: -;;; evil-surround-autoloads.el ends here |