updated emacs
This commit is contained in:
parent
3e4a52ed20
commit
7b9472884c
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue