diff options
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/anzu.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.local.d/modes/anzu.el b/.emacs.local.d/modes/anzu.el deleted file mode 100644 index 5b1cc64..0000000 --- a/.emacs.local.d/modes/anzu.el +++ /dev/null @@ -1,8 +0,0 @@ -;; Debian packages: elpa-anzu - -(use-package anzu - :ensure t - :bind (("M-%" . anzu-query-replace) - ("C-M-%" . anzu-query-replace-regexp)) - :config - (global-anzu-mode)) |