Wrap smex in an ability

This commit is contained in:
Sameer Rahmani 2020-06-19 11:58:48 +01:00
parent 51414ec8a2
commit e202c1ec62
1 changed files with 3 additions and 2 deletions

View File

@ -290,8 +290,9 @@
(ido-mode t)
(smex-initialize)
(global-set-key (kbd "M-x") 'smex)
(ability smex ()
(smex-initialize)
(global-set-key (kbd "M-x") 'smex))
(flx-ido-mode 1)
(setq ido-use-faces nil)