From 860ec4b07729023479e9734bbbcaf6a907266313 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 22 Apr 2021 19:12:04 -0700 Subject: emacs: clean anzu --- .emacs | 1 - .emacs.local.d/modes/anzu.el | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 .emacs.local.d/modes/anzu.el diff --git a/.emacs b/.emacs index da7df56..b5a7c95 100644 --- a/.emacs +++ b/.emacs @@ -9,7 +9,6 @@ (load-file "~/.emacs.local.d/general.el") ;; Modes -;;(load-file "~/.emacs.local.d/modes/anzu.el") (load-file "~/.emacs.local.d/modes/auto-fill.el") ;;(load-file "~/.emacs.local.d/modes/centaur-tabs.el") (load-file "~/.emacs.local.d/modes/company.el") 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)) -- cgit v1.2.3