branch: elpa/helm
commit 9862549ca879946756a6c5b6fa139f3e25047ee5
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Disable C-; in helm-map
---
helm-core.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/helm-core.el b/helm-core.el
index 2ce70a6ad26..2c5fa6ab2e4 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -446,6 +446,7 @@ i.e. the loop is not entered after running COMMAND."
(define-key map (kbd "C-M-r") #'undefined)
(define-key map (kbd "C-M-s") #'undefined)
(define-key map (kbd "C-M-i") #'undefined)
+ (define-key map (kbd "C-;") #'undefined)
(define-key map (kbd "C-}") #'helm-narrow-window)
(define-key map (kbd "C-{") #'helm-enlarge-window)
(define-key map (kbd "C-c -") #'helm-swap-windows)