aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_emacs.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl
index 0c8076f..eabb066 100644
--- a/dot_emacs.tmpl
+++ b/dot_emacs.tmpl
@@ -413,6 +413,8 @@ Extended Format date in the date field and return it as a string obeing
(use-package ivy
:ensure t
:diminish
+ :bind
+ (("C-c C-r" . ivy-resume))
:custom
(ivy-use-virtual-buffers t)
(ivy-count-format "(%d/%d) ")
@@ -999,6 +1001,11 @@ If not, issue a warning."
:ensure t
:requires spaceline-config)
+(use-package swiper
+ :ensure t
+ :bind
+ (("C-s" . swiper)))
+
(use-package tex
:ensure auctex
:custom