From 47978497b9371bdb0a38bd8b00d7839c24a19c0a Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 3 Jul 2021 22:32:12 +0200 Subject: [PATCH] Add keybinding for org link display toggling --- .config/emacs/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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