add swiper back
way better default I-search
This commit is contained in:
parent
f3abf4f485
commit
fc573e22a4
1 changed files with 5 additions and 0 deletions
5
init.el
5
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue