From cd28f219f934cdf2e09d47343ba62a94b7b0ff44 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 22 Nov 2022 12:00:34 +0000 Subject: more key stuff for helm --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') 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) -- cgit v1.2.3