about summary refs log tree commit diff stats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-23 15:42:31 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-23 15:42:31 +0100
commitbc63e2e1a09c9c0bb2efec37272e6e36727aac5a (patch)
tree922e592b5a2702bef18ce111e23456681f44cef6 /.emacs.d/init.el
parente5cb95490b68ffbd0405ca86aa97330eea5851d1 (diff)
downloaddotfiles-bc63e2e1a09c9c0bb2efec37272e6e36727aac5a.tar.gz
Move isearch config to a separate file
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 83324bd..095f6df 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -21,6 +21,7 @@
 (require 'init-compile)
 (require 'init-editor)
 (require 'init-crux)
+(require 'init-search)
 (require 'init-navigation)
 (require 'init-windows)
 (require 'init-projectile)