summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org6
1 files changed, 2 insertions, 4 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index dd67357a..54b1de68 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -2436,10 +2436,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