Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
778 B

пре 4 година
  1. ;;; smex-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "smex" "smex.el" (0 0 0 0))
  7. ;;; Generated autoloads from smex.el
  8. (autoload 'smex "smex" "\
  9. \(fn)" t nil)
  10. (autoload 'smex-major-mode-commands "smex" "\
  11. Like `smex', but limited to commands that are relevant to the active major mode.
  12. \(fn)" t nil)
  13. (autoload 'smex-initialize "smex" "\
  14. \(fn)" t nil)
  15. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smex" '("smex-")))
  16. ;;;***
  17. ;; Local Variables:
  18. ;; version-control: never
  19. ;; no-byte-compile: t
  20. ;; no-update-autoloads: t
  21. ;; coding: utf-8
  22. ;; End:
  23. ;;; smex-autoloads.el ends here