about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-05 11:24:46 -0600
committerCase Duckworth2022-01-05 11:24:46 -0600
commitf66b316f8a027a30f127220f46bec4f743fe3dee (patch)
tree7885a1d2971aca3095f93f1ab948e54e1e0d15d5 /init.el
parentDon't ensure functions in :+key, :+leader, :+menu (diff)
downloademacs-f66b316f8a027a30f127220f46bec4f743fe3dee.tar.gz
emacs-f66b316f8a027a30f127220f46bec4f743fe3dee.zip
Add +link-hint-map
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/init.el b/init.el index 8ebdb45..0248444 100644 --- a/init.el +++ b/init.el
@@ -1081,7 +1081,12 @@ See also `crux-reopen-as-root-mode'."
1081 (:require +link-hint) 1081 (:require +link-hint)
1082 (+link-hint-setup-open-secondary) 1082 (+link-hint-setup-open-secondary)
1083 (:option link-hint-avy-style 'at-full) 1083 (:option link-hint-avy-style 'at-full)
1084 (:+key "M-l" #'+link-hint-open-link)) 1084 (:+key "M-l" +link-hint-map)
1085 (:with-map +link-hint-map
1086 (:bind "M-l" #'+link-hint-open-link "l" #'+link-hint-open-link
1087 "M-m" #'link-hint-open-multiple-links
1088 "m" #'link-hint-open-multiple-links
1089 "M-c" #'link-hint-copy-link "c" #'link-hint-copy-link)))
1085 1090
1086(setup (:straight marginalia) 1091(setup (:straight marginalia)
1087 (marginalia-mode +1)) 1092 (marginalia-mode +1))