From f264bd64c87841c88247bb79c5cac8e8846b90d2 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 22 Mar 2019 15:14:57 +0900 Subject: [PATCH] Add amx-mode --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index aeecc74..dbbd956 100644 --- a/emacs.el +++ b/emacs.el @@ -558,6 +558,9 @@ found, otherwise returns nil." ": ")) (prompt-text-mode 1)) +(when (safe-require-or-eval 'amx) + (amx-mode 1)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; letters, font-lock mode and fonts