From 514be36ed47389ab60a0868b0f5c8675a7031c4e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 7 Jun 2023 10:17:51 -0400 Subject: .emacs --- dot_emacs.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3