summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-22 12:00:34 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-22 12:00:34 +0000
commitcd28f219f934cdf2e09d47343ba62a94b7b0ff44 (patch)
treec60a65c08d2869a41ff0634164c617b8961cdb9a /init.el
parent7e172ae262bdac527acfa388c3c9ebca1f216298 (diff)
more key stuff for helm
Diffstat (limited to '')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 5a7c567..78f43d5 100644
--- a/init.el
+++ b/init.el
@@ -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)