add swiper back

way better default I-search
This commit is contained in:
Grigory Shipunov 2020-06-08 18:48:19 +02:00
parent f3abf4f485
commit fc573e22a4
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

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