summaryrefslogtreecommitdiffstats
path: root/lisp/init-amx.el
blob: 18b5728d82140947f3c2cb3add546eeb0b9f01a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
;;; init-amx.el --- configure a better M-x  -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:

(use-package amx
  :ensure t
  :config
  (amx-mode 1))

(provide 'init-amx)

;;; init-amx.el ends here