diff options
Diffstat (limited to '.emacs.local.d/modes/smex.el')
-rw-r--r-- | .emacs.local.d/modes/smex.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.local.d/modes/smex.el b/.emacs.local.d/modes/smex.el index d724452..ee550a5 100644 --- a/.emacs.local.d/modes/smex.el +++ b/.emacs.local.d/modes/smex.el @@ -5,9 +5,9 @@ (smex-initialize) ; Can be omitted. This might cause a (minimal) delay ; when Smex is auto-initialized on its first run. -(require 'helm-smex) -(global-set-key [remap execute-extended-command] #'helm-smex) -(global-set-key (kbd "M-X") #'helm-smex-major-mode-commands) +;;(require 'helm-smex) +;;(global-set-key [remap execute-extended-command] #'helm-smex) +;;(global-set-key (kbd "M-X") #'helm-smex-major-mode-commands) ;; (global-set-key (kbd "M-x") 'smex) ;; (global-set-key (kbd "M-X") 'smex-major-mode-commands) |