emacs: replace ace-link with link-hint
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M user/settings/emacs/init.el → user/settings/emacs/init.el
@@ -305,10 +305,9 @@ (use-package avy :defer 2 :config (setq avy-all-windows nil)) -(use-package ace-link - :after avy - :commands (ace-link-setup-default) - :config (ace-link-setup-default)) + +(use-package link-hint + :defer t) ;; Popup keybindings following a prefix automatically.@@ -1403,6 +1402,7 @@ "gs" #'git-gutter:stage-hunk "go" #'git-gutter:revert-hunk "gt" #'git-timemachine "gl" #'magit-log-buffer-file + "l" #'link-hint-open-link "bz" #'bury-buffer "iu" #'insert-char "xe" #'eval-last-sexp