mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 19:21:37 +00:00
[emacs] Re-bind M-x to smex
This commit is contained in:
parent
d0d36b15d1
commit
746285b515
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
||||||
|
|
||||||
(global-whitespace-mode +1)
|
(global-whitespace-mode +1)
|
||||||
|
|
||||||
|
;; Smex
|
||||||
|
(global-set-key (kbd "M-x") 'smex)
|
||||||
|
(global-set-key (kbd "M-X") 'smex-major-mode-commands)
|
||||||
|
|
||||||
;; Git Gutter
|
;; Git Gutter
|
||||||
(global-git-gutter-mode t)
|
(global-git-gutter-mode t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue