all repos — nixfiles @ 93ccb9f1cf65160862fc08d9b830989c347d45c8

System and user configuration, managed by nix and home-manager

emacs: replace swiper with ctrlf
Alan Pearce alan@alanpearce.eu
Thu, 30 Mar 2023 20:25:19 +0200
commit

93ccb9f1cf65160862fc08d9b830989c347d45c8

parent

7578a1f8b70615ce7f4d036369ccfe4680268f40

2 files changed, 3 insertions(+), 5 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -291,10 +291,8 @@ :hook (magit-diff-visit-file . (lambda ()                                    (when (bound-and-true-p smerge-mode)
                                      (unpackaged/smerge-hydra/body)))))
 
-(use-package swiper
-  :general ([remap isearch-forward] #'swiper-isearch)
-  :config (progn
-            (setq ivy-count-format "%d/%d ")))
+(use-package ctrlf
+  :init (ctrlf-mode +1))
 
 
 ;;; Windows
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -87,6 +87,7 @@ consult         consult-eglot
         counsel
         crux
+        ctrlf
         dired-git-info
         editorconfig
         eglot
@@ -137,7 +138,6 @@ rainbow-mode         rainbow-delimiters
         ripgrep
         spacemacs-theme
-        swiper
         toml-mode
         tree-sitter
         tree-sitter-langs