all repos — nixfiles @ 93ccb9f1cf65160862fc08d9b830989c347d45c8

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

emacs: replace swiper with ctrlf

Alan Pearce
commit

93ccb9f1cf65160862fc08d9b830989c347d45c8

parent

7578a1f8b70615ce7f4d036369ccfe4680268f40

1 file changed, 2 insertions(+), 4 deletions(-)

changed files
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