diff options
Diffstat (limited to '')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -237,7 +237,9 @@ Restart works only on graphic display." (require 'helm-config) (helm-mode 1)) (global-set-key (kbd "C-x C-f") 'helm-find-files) +(global-unset-key (kbd "C-x c")) (global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks) +(global-set-key (kbd "C-c h") 'helm-command-prefix) (global-set-key (kbd "C-x b") 'helm-mini) (global-set-key (kbd "M-x") 'helm-M-x) |