From fc573e22a4158e54f49a919f6da9ce528ae92129 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 8 Jun 2020 18:48:19 +0200 Subject: [PATCH] add swiper back way better default I-search --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 390ea76..cfc471c 100644 --- a/init.el +++ b/init.el @@ -131,6 +131,10 @@ (c++-mode . "stroustrup") (other . "linux"))) +;; swiper for search +(straight-use-package 'swiper) +(global-set-key "\C-s" 'swiper) + ;; healthy people weeks are starting on Monday (use-package calendar :init (setq calendar-week-start-day 1)) @@ -199,6 +203,7 @@ (python . t) (C . t))) :config + ;; abbrev expansion in org-mode (require 'org-tempo)) (use-package magit