1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2024-12-18 11:06:17 +00:00

[emacs] Re-bind M-x to smex

This commit is contained in:
Correl Roush 2013-07-10 00:58:48 -04:00
parent d0d36b15d1
commit 746285b515

View file

@ -26,6 +26,10 @@
(global-whitespace-mode +1)
;; Smex
(global-set-key (kbd "M-x") 'smex)
(global-set-key (kbd "M-X") 'smex-major-mode-commands)
;; Git Gutter
(global-git-gutter-mode t)