mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
config/default: make ace-link fallback to avy-link-addr
And present avy overlays even if there is only one candidate, as the alternative is jarringly unpredictable, unless you're expecting it.
This commit is contained in:
@ -23,7 +23,11 @@
|
||||
;;;###package avy
|
||||
(setq avy-all-windows nil
|
||||
avy-all-windows-alt t
|
||||
avy-background t)
|
||||
avy-background t
|
||||
;; the unpredictability of this makes it a poor default
|
||||
avy-single-candidate-jump nil
|
||||
;; Since `goto-address-mode' is enabled everywhere...
|
||||
ace-link-fallback-function #'ace-link-addr)
|
||||
|
||||
|
||||
(after! epa
|
||||
|
Reference in New Issue
Block a user