summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2017-03-07 16:26:10 +0100
committerAlan Pearce2017-03-07 16:26:10 +0100
commita7eccf169416ca6a9e166cbe90cddf02ac9dd3f6 (patch)
tree4cbe4008a2a92f7184f89a1258649b3b73d09267 /tag-emacs/emacs.d/init.org
parent9e441262fb1a7beebbcec8b4eb58535ff36b1ece (diff)
downloaddotfiles-a7eccf169416ca6a9e166cbe90cddf02ac9dd3f6.tar.lz
dotfiles-a7eccf169416ca6a9e166cbe90cddf02ac9dd3f6.tar.zst
dotfiles-a7eccf169416ca6a9e166cbe90cddf02ac9dd3f6.zip
Emacs: Remove ivy-resume binding
I’ve never intentionally used it
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index efb51a1..9486835 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1344,7 +1344,6 @@ replacement for helm so far.
 (use-package swiper
   :bind (("C-s" . swiper)
          ("C-r" . swiper)
-         ("C-c C-r" . ivy-resume)
          ("C-x i" . ivy-imenu-goto)
          ("C-=" . swiper))
   :diminish ivy-mode