Personalizzazioni per emacs
This commit is contained in:
10
.emacs.rc/ido-smex-rc.el
Normal file
10
.emacs.rc/ido-smex-rc.el
Normal file
@@ -0,0 +1,10 @@
|
||||
(rc/require 'smex 'ido-completing-read+)
|
||||
|
||||
(require 'ido-completing-read+)
|
||||
|
||||
(ido-mode 1)
|
||||
(ido-everywhere 1)
|
||||
(ido-ubiquitous-mode 1)
|
||||
|
||||
(global-set-key (kbd "M-x") 'smex)
|
||||
(global-set-key (kbd "C-c C-c M-x") 'execute-extended-command)
|
||||
Reference in New Issue
Block a user