X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/88cccb23b1032e41cebe94f303c78cad73cf195d..dd1ae4f54cc7e5c94b5e453c33374490a0c2d94a:/.emacs.d/init.org diff --git a/.emacs.d/init.org b/.emacs.d/init.org index b46b8b0..7e020f7 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -1090,7 +1090,7 @@ There's no way I could top that, so I won't attempt to. #+begin_src emacs-lisp (use-package swiper :after ivy - :bind (("C-s" . swiper) + :bind (("C-s" . swiper-isearch) ("C-r" . swiper) ("C-S-s" . isearch-forward))) #+end_src @@ -1201,7 +1201,8 @@ There's no way I could top that, so I won't attempt to. (mode . emacs-lisp-mode) (mode . scheme-mode) (mode . haskell-mode) - (mode . lean-mode))) + (mode . lean-mode) + (mode . alloy-mode))) ("emacs" (or (name . "^\\*scratch\\*$")