Ignore key-advice from menu-bar options
This commit is contained in:
parent
a9acb7f560
commit
490ea14fad
2 changed files with 4 additions and 5 deletions
|
|
@ -50,6 +50,7 @@
|
|||
(add-hook 'after-init-hook 'sml/setup))
|
||||
|
||||
(setq smex-save-file (concat user-emacs-directory ".smex-items"))
|
||||
(setq smex-key-advice-ignore-menu-bar t)
|
||||
(smex-initialize)
|
||||
(global-set-key (kbd "M-x") 'smex)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue