From 284c8327c95bb0c71b111ebf95723a35a478295c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 23 Jun 2019 11:43:30 -0700 Subject: Add emacs config --- .emacs.local.d/modes/anzu.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .emacs.local.d/modes/anzu.el (limited to '.emacs.local.d/modes/anzu.el') diff --git a/.emacs.local.d/modes/anzu.el b/.emacs.local.d/modes/anzu.el new file mode 100644 index 0000000..5b1cc64 --- /dev/null +++ b/.emacs.local.d/modes/anzu.el @@ -0,0 +1,8 @@ +;; Debian packages: elpa-anzu + +(use-package anzu + :ensure t + :bind (("M-%" . anzu-query-replace) + ("C-M-%" . anzu-query-replace-regexp)) + :config + (global-anzu-mode)) -- cgit v1.2.3