diff --git a/init.el b/init.el index 19bfe36..33605e7 100644 --- a/init.el +++ b/init.el @@ -933,8 +933,6 @@ are assumed to be of the form *.crt." (counsel-describe-variable . "^") (man . "^") (woman . "^"))) - (bind-key "C-S-SPC" 'ivy-restrict-to-matches ivy-minibuffer-map) - (unbind-key "S-SPC" ivy-minibuffer-map) (add-to-list 'ivy-completing-read-handlers-alist '(org-capture . completing-read-default))))