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

@ -2,8 +2,8 @@
;;; config/default/packages.el
(package! avy)
(package! ace-link)
(package! drag-stuff)
(package! link-hint)
(unless (featurep! :editor evil)
(package! expand-region))