about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-search.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-search.el')
-rw-r--r--.emacs.d/lisp/init-search.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el
index f9c8c31..163d91d 100644
--- a/.emacs.d/lisp/init-search.el
+++ b/.emacs.d/lisp/init-search.el
@@ -2,8 +2,7 @@
 ;;; Commentary:
 ;;; Code:
 
-(use-package isearch
-  :ensure nil
+(use-feature isearch
   :custom
   (search-whitespace-regexp ".*\\b")
   (isearch-lax-whitespace t)