Add keybinding for org link display toggling

This commit is contained in:
Riyyi
2021-07-03 22:32:12 +02:00
parent ec3cd49dfc
commit 47978497b9
+3 -1
View File
@@ -2102,7 +2102,9 @@ https://github.com/suyashbire1/emacs.d/blob/master/init.el
"s <up>" '(org-move-subree-up :which-key "Org move subtree up")
"s <down>" '(org-move-subtree-down :which-key "Org move subtree down")
"t" '(org-todo :which-key "Org todo")
"t" '(:ignore t :which-key "toggle")
"t t" '(org-todo :which-key "Org todo state")
"t l" '(org-toggle-link-display :which-key "Org link display")
)
(local-leader org-src-mode-map