diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-22 19:22:26 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-22 19:22:26 -0700 |
commit | a83a4a04255ac2c85f9d7e8dcb3e059278b0cb0a (patch) | |
tree | 1f1d933a7b34d666dabd474a172ff50f696bd766 /.emacs.local.d | |
parent | bec81ba0c82aad944cf0f346a55d3297be252ac1 (diff) |
emacs: clean smex
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/modes/smex.el | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.emacs.local.d/modes/smex.el b/.emacs.local.d/modes/smex.el deleted file mode 100644 index ee550a5..0000000 --- a/.emacs.local.d/modes/smex.el +++ /dev/null @@ -1,15 +0,0 @@ -;; Debian packages: elpa-smex -;; Elpa packages: helm-smex - -(require 'smex) ; Not needed if you use package.el -(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) - -;; (global-set-key (kbd "M-x") 'smex) -;; (global-set-key (kbd "M-X") 'smex-major-mode-commands) -;; This is your old M-x. -(global-set-key (kbd "C-c C-c M-x") 'execute-extended-command) |