aboutsummaryrefslogtreecommitdiffstats
path: root/doom.d
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d')
-rw-r--r--doom.d/config.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/doom.d/config.el b/doom.d/config.el
index cae9e28..479e6e6 100644
--- a/doom.d/config.el
+++ b/doom.d/config.el
@@ -73,6 +73,10 @@ matt@matthewlemon.com")
(global-set-key (kbd "C-c f") 'counsel-fzf)
(global-unset-key (kbd "C-x C-b")) ;; we don't want the old buffer list!
+;; Swiper
+(use-package swiper
+ :bind ("C-s" . 'swiper-isearch))
+
;; org-roam
(use-package org-roam
:custom