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.
gentoo-overlay/app-emacs/amx/files/50amx-gentoo.el

6 lines
176 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'amx-mode "amx"
"Use ido/ivy completion for M-x." t)
(autoload 'amx "amx"
"Read a command name and execute the command." t)