aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emacs/.config/emacs/config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index d40b273..782743a 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -876,6 +876,14 @@ Collection of snippets, activate after yasnippet has been loaded.
:after yasnippet)
#+end_src
* Small packages
+** ISearch
+#+begin_src emacs-lisp
+(use-package isearch
+ :straight nil
+ :general
+ (:keymaps 'isearch-mode-map
+d "M-s" #'isearch-repeat-forward))
+#+end_src
** Display line numbers
I don't like using this mode by default, but I'd like to configure it
if possible. Line numbers are a necessary evil a lot of times, and