mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Compare commits
2 Commits
cca4cc16f6
...
375679068a
| Author | SHA1 | Date | |
|---|---|---|---|
| 375679068a | |||
| 6436b9a2d1 |
@ -9,7 +9,7 @@
|
||||
(use-package avy
|
||||
:hook (after-init . avy-setup-default)
|
||||
:config
|
||||
(setq avy-style 'pre
|
||||
(setq avy-style 'de-bruijn
|
||||
avy-all-windows t
|
||||
avy-all-windows-alt nil
|
||||
avy-background t))
|
||||
|
||||
@ -25,7 +25,10 @@
|
||||
;; eshell no evil
|
||||
(dolist (mode '(eshell-mode))
|
||||
(add-to-list 'evil-emacs-state-modes mode)))
|
||||
|
||||
(with-eval-after-load 'evil
|
||||
(defalias #'forward-evil-word #'forward-evil-symbol)
|
||||
;; make evil-search-word look for symbol rather than word boundaries
|
||||
(setq-default evil-symbol-word-search t))
|
||||
(use-package evil-collection
|
||||
:defer nil
|
||||
:config
|
||||
|
||||
Reference in New Issue
Block a user