about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-31 15:45:06 -0600
committerCase Duckworth2021-12-31 15:45:06 -0600
commit04f87d9d59f8ca090a064ef0f8f8bcbf69d00de2 (patch)
tree735fa16457dc3d7a5773f8a4d9d5dcf1c7515be8 /init.el
parentChange loading message to be a temp message (diff)
downloademacs-04f87d9d59f8ca090a064ef0f8f8bcbf69d00de2.tar.gz
emacs-04f87d9d59f8ca090a064ef0f8f8bcbf69d00de2.zip
Add link-hint
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index 1390e5c..3498950 100644 --- a/init.el +++ b/init.el
@@ -810,6 +810,12 @@ See also `crux-reopen-as-root-mode'."
810 org-agenda-mode 810 org-agenda-mode
811 tabulated-list-mode)) 811 tabulated-list-mode))
812 812
813(setup (:straight link-hint)
814 (:require +link-hint)
815 (+link-hint-setup-open-secondary)
816 (:option link-hint-avy-style 'at-full)
817 (:+key "M-l" #'+link-hint-open-link))
818
813(setup (:straight marginalia) 819(setup (:straight marginalia)
814 (marginalia-mode +1)) 820 (marginalia-mode +1))
815 821