diff options
author | Alan Pearce | 2019-06-17 22:26:41 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-17 22:26:41 +0200 |
commit | 50a528f8f0026eb516e190b3a86afbea9ae67b38 (patch) | |
tree | df8efc440ea870485f274fd9fb06b4efe0d3c572 | |
parent | 8764129f217735ef7873a7788065d9afeaa99d81 (diff) | |
download | nixfiles-50a528f8f0026eb516e190b3a86afbea9ae67b38.tar.lz nixfiles-50a528f8f0026eb516e190b3a86afbea9ae67b38.tar.zst nixfiles-50a528f8f0026eb516e190b3a86afbea9ae67b38.zip |
Emacs: Enable swiper
-rw-r--r-- | emacs/.emacs.d/main.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index c4cc2639..fb6b9418 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -133,6 +133,9 @@ With two prefix arguments, write out the day and month name." (ivy-mode +1))) (use-package ivy-hydra) +(use-package swiper + :general ([remap isearch-forward] #'swiper-isearch)) + ;; transition smex history to amx (let ((smex-save-file (concat user-emacs-directory "smex-items"))) (use-package amx |