[Ivy] Don’t change default keybinding for restrictions

Since we don’t use ivy for org-capture anymore, this change became obsolete.
This commit is contained in:
Daniel - 2018-01-28 11:07:47 +01:00
parent 5393fc99b3
commit 1f0798e96d
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 2 deletions

View File

@ -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))))