diff --git a/.config/emacs/config.org b/.config/emacs/config.org index fc015fa..f8f1619 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -2102,7 +2102,9 @@ https://github.com/suyashbire1/emacs.d/blob/master/init.el "s " '(org-move-subree-up :which-key "Org move subtree up") "s " '(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