summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-10 19:54:56 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-10 22:02:02 +0200
commit67242316034379da58e3f538a2bc552da65a966f (patch)
tree03c651cf5fe9b63045023660525b08f3cd1d9fd2 /app-emacs/amx/files/50amx-gentoo.el
parentapp-emacs/ivy-rich: new package; add version 0.1.6_p20210409 (diff)
downloadgentoo-67242316034379da58e3f538a2bc552da65a966f.tar.gz
gentoo-67242316034379da58e3f538a2bc552da65a966f.tar.bz2
gentoo-67242316034379da58e3f538a2bc552da65a966f.zip
app-emacs/amx: new package; add version 3.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/amx/files/50amx-gentoo.el')
-rw-r--r--app-emacs/amx/files/50amx-gentoo.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/amx/files/50amx-gentoo.el b/app-emacs/amx/files/50amx-gentoo.el
new file mode 100644
index 000000000000..12393aba5772
--- /dev/null
+++ b/app-emacs/amx/files/50amx-gentoo.el
@@ -0,0 +1,5 @@
+(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)