From 006d13b5c2ce7134a129ac53c41365fccf26a56f Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 23 Aug 2021 17:04:53 +0100 Subject: Move anzu --- .emacs.d/lisp/init-editor.el | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.emacs.d/lisp/init-editor.el') diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index 5b24397..f1ab1c3 100644 --- a/.emacs.d/lisp/init-editor.el +++ b/.emacs.d/lisp/init-editor.el @@ -141,23 +141,6 @@ and file 'filename' will be opened and cursor set on line 'linenumber'" (bookmark-default-file (expand-file-name "bookmarks" save-dir)) (bookmark-save-flag 1)) -(use-package anzu - :diminish - :config - (global-anzu-mode) - (set-face-attribute 'anzu-mode-line nil :foreground "yellow" :weight 'bold) - :custom - (anzu-deactivate-region t) - (anzu-search-threshold 1000) - (anzu-replace-threshold 100) - (anzu-replace-to-string-separator " => ") - :bind - ([remap query-replace] . anzu-query-replace) - ([remap query-replace-regexp] . anzu-query-replace-regexp) - (:map isearch-mode-map - ([remap isearch-query-replace] . anzu-isearch-query-replace) - ([remap isearch-query-replace-regexp] . anzu-isearch-query-replace-regexp))) - (use-package midnight) (use-package re-builder -- cgit 1.4.1-2-gfad0