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/key-chord-20160227.1238/key-chord-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/key-chord-20160227.1238/key-chord-autoloads.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/key-chord-20160227.1238/key-chord-autoloads.el | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/key-chord-20160227.1238/key-chord-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/key-chord-20160227.1238/key-chord-autoloads.el deleted file mode 100644 index 9e412c30a6d1..000000000000 --- a/configs/shared/emacs/.emacs.d/elpa/key-chord-20160227.1238/key-chord-autoloads.el +++ /dev/null @@ -1,67 +0,0 @@ -;;; key-chord-autoloads.el --- automatically extracted autoloads -;; -;;; Code: -(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) - -;;;### (autoloads nil "key-chord" "key-chord.el" (23450 31845 716118 -;;;;;; 990000)) -;;; Generated autoloads from key-chord.el - -(autoload 'key-chord-mode "key-chord" "\ -Toggle key chord mode. -With positive ARG enable the mode. With zero or negative arg disable the mode. -A key chord is two keys that are pressed simultaneously, or one key quickly -pressed twice. - -See functions `key-chord-define-global', `key-chord-define-local', and -`key-chord-define' and variables `key-chord-two-keys-delay' and -`key-chord-one-key-delay'. - -\(fn ARG)" t nil) - -(autoload 'key-chord-define-global "key-chord" "\ -Define a key-chord of the two keys in KEYS starting a COMMAND. - -KEYS can be a string or a vector of two elements. Currently only elements -that corresponds to ascii codes in the range 32 to 126 can be used. - -COMMAND can be an interactive function, a string, or nil. -If COMMAND is nil, the key-chord is removed. - -Note that KEYS defined locally in the current buffer will have precedence. - -\(fn KEYS COMMAND)" t nil) - -(autoload 'key-chord-define-local "key-chord" "\ -Locally define a key-chord of the two keys in KEYS starting a COMMAND. - -KEYS can be a string or a vector of two elements. Currently only elements -that corresponds to ascii codes in the range 32 to 126 can be used. - -COMMAND can be an interactive function, a string, or nil. -If COMMAND is nil, the key-chord is removed. - -The binding goes in the current buffer's local map, -which in most cases is shared with all other buffers in the same major mode. - -\(fn KEYS COMMAND)" t nil) - -(autoload 'key-chord-define "key-chord" "\ -Define in KEYMAP, a key-chord of the two keys in KEYS starting a COMMAND. - -KEYS can be a string or a vector of two elements. Currently only elements -that corresponds to ascii codes in the range 32 to 126 can be used. - -COMMAND can be an interactive function, a string, or nil. -If COMMAND is nil, the key-chord is removed. - -\(fn KEYMAP KEYS COMMAND)" nil nil) - -;;;*** - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; End: -;;; key-chord-autoloads.el ends here |