Replace ace-link with link-hint

Better link support, easier to extend, and maintained more actively.
This commit is contained in:
Henrik Lissner 2019-12-30 23:59:46 -05:00
parent 7c968a8b11
commit a947f64ff2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 14 additions and 15 deletions

View file

@ -25,9 +25,7 @@
avy-all-windows-alt 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)
avy-single-candidate-jump nil)
(after! epa
@ -67,7 +65,7 @@
;; (sp-pair "{" nil :post-handlers '(:rem ("| " "SPC")))
(after! smartparens
;; Smartparens is broken in `cc-mode' as of Emacs 27. See
;; <https://github.com/Fuco1/smartparens/issues/963>.
;; https://github.com/Fuco1/smartparens/issues/963.
(unless EMACS27+
(pushnew! sp--special-self-insert-commands 'c-electric-paren 'c-electric-brace))