From 7b9472884c19a24c85da38c7572c66be1cc144c8 Mon Sep 17 00:00:00 2001 From: coast Date: Fri, 30 May 2025 03:52:45 +0330 Subject: [PATCH] updated emacs --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7e44fe3..802b834 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -93,7 +93,8 @@ ;; :config (evil-mode 1)) (use-package swiper - :bind (("C-M-s" . swiper))) + :bind (("C-s" . swiper) + ("C-M-s" . isearch-forward))) (use-package company :hook (prog-mode . company-mode))