summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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