summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-03-17 22:03:09 +0100
committerAlan Pearce2017-03-17 22:03:09 +0100
commit612bf6ce1be2b10ec47f7ac14460059e5b791160 (patch)
treec5a8bc5c128005d0acf02fbfaa6268c790f8e7ca /emacs
parente23229baf851e14630889b21d956e23f13aae870 (diff)
downloaddotfiles-612bf6ce1be2b10ec47f7ac14460059e5b791160.tar.lz
dotfiles-612bf6ce1be2b10ec47f7ac14460059e5b791160.tar.zst
dotfiles-612bf6ce1be2b10ec47f7ac14460059e5b791160.zip
Emacs: Fix replace load issue
Diffstat (limited to 'emacs')
-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 151efbf..4d9e5fa 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