From 1f0798e96da1109488e028861ec58f326ab69f33 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 28 Jan 2018 11:07:47 +0100 Subject: [PATCH] =?UTF-8?q?[Ivy]=20Don=E2=80=99t=20change=20default=20keyb?= =?UTF-8?q?inding=20for=20restrictions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we don’t use ivy for org-capture anymore, this change became obsolete. --- init.el | 2 -- 1 file changed, 2 deletions(-) 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))))