From 0c4343e413bbc922954b417a639c60dfa007a0da Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 Mar 2017 22:01:10 +0100 Subject: Emacs: Fix replace error --- tag-emacs/emacs.d/init.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 82e17555..e8a7c3b6 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2435,10 +2435,8 @@ it much clearer. It’s especially helpful for protoyping and refactoring. ** replace #+BEGIN_SRC emacs-lisp -(use-package replace - :defer t - :config (progn - (setq case-replace nil))) +(with-eval-after-load "replace.el" + (setq case-replace nil)) #+END_SRC ** visual-regexp -- cgit 1.4.1