updated emacs

This commit is contained in:
coast 2025-05-30 03:52:45 +03:30
parent 3e4a52ed20
commit 7b9472884c

View file

@ -93,7 +93,8 @@
;; :config (evil-mode 1)) ;; :config (evil-mode 1))
(use-package swiper (use-package swiper
:bind (("C-M-s" . swiper))) :bind (("C-s" . swiper)
("C-M-s" . isearch-forward)))
(use-package company (use-package company
:hook (prog-mode . company-mode)) :hook (prog-mode . company-mode))