diff options
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/smex-20151212.2209/smex-autoloads.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/smex-20151212.2209/smex-autoloads.el | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/smex-20151212.2209/smex-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/smex-20151212.2209/smex-autoloads.el new file mode 100644 index 000000000000..168e3b517d4c --- /dev/null +++ b/configs/shared/emacs/.emacs.d/elpa/smex-20151212.2209/smex-autoloads.el @@ -0,0 +1,31 @@ +;;; smex-autoloads.el --- automatically extracted autoloads +;; +;;; Code: +(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) + +;;;### (autoloads nil "smex" "smex.el" (23450 31800 227454 103000)) +;;; Generated autoloads from smex.el + +(autoload 'smex "smex" "\ + + +\(fn)" t nil) + +(autoload 'smex-major-mode-commands "smex" "\ +Like `smex', but limited to commands that are relevant to the active major mode. + +\(fn)" t nil) + +(autoload 'smex-initialize "smex" "\ + + +\(fn)" t nil) + +;;;*** + +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: +;;; smex-autoloads.el ends here |