|
|
@ -38,6 +38,7 @@ |
|
|
(require 'helm-eshell) |
|
|
(require 'helm-eshell) |
|
|
|
|
|
|
|
|
(global-set-key (kbd "M-x") 'helm-M-x) |
|
|
(global-set-key (kbd "M-x") 'helm-M-x) |
|
|
|
|
|
(global-set-key (kbd "C-x C-m") 'helm-M-x) |
|
|
(global-set-key (kbd "M-y") 'helm-show-kill-ring) |
|
|
(global-set-key (kbd "M-y") 'helm-show-kill-ring) |
|
|
(global-set-key (kbd "C-x b") 'helm-mini) |
|
|
(global-set-key (kbd "C-x b") 'helm-mini) |
|
|
(global-set-key (kbd "C-x C-f") 'helm-find-files) |
|
|
(global-set-key (kbd "C-x C-f") 'helm-find-files) |
|
|
|