summaryrefslogtreecommitdiffstats
path: root/lisp/init-amx.el
blob: adf44b83c27d8f108f7c4d5df79634c7db3d11e6 (plain) (blame)
1
2
3
4
5
6
7
8
;; enable amx-mode for smarter candidates in M-x
(use-package amx
  :ensure t
  :after ivy
  :config
  (amx-mode 1))

(provide 'init-amx)