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")
|
(c++-mode . "stroustrup")
|
||||||
(other . "linux")))
|
(other . "linux")))
|
||||||
|
|
||||||
|
;; swiper for search
|
||||||
|
(straight-use-package 'swiper)
|
||||||
|
(global-set-key "\C-s" 'swiper)
|
||||||
|
|
||||||
;; healthy people weeks are starting on Monday
|
;; healthy people weeks are starting on Monday
|
||||||
(use-package calendar
|
(use-package calendar
|
||||||
:init (setq calendar-week-start-day 1))
|
:init (setq calendar-week-start-day 1))
|
||||||
|
@ -199,6 +203,7 @@
|
||||||
(python . t)
|
(python . t)
|
||||||
(C . t)))
|
(C . t)))
|
||||||
:config
|
:config
|
||||||
|
;; abbrev expansion in org-mode
|
||||||
(require 'org-tempo))
|
(require 'org-tempo))
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue