diff options
| -rw-r--r-- | Emacs/.config/emacs/config.org | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 2ba24a7..75b789c 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2249,7 +2249,8 @@ Some bindings for org mode.      [remap counsel-imenu] #'+org/swiper-goto)    (local-leader      :keymaps 'org-mode-map -    "t" #'org-ctrl-c-ctrl-c +    "t" #'org-todo +    "i" #'org-insert-structure-template      "l" #'org-latex-preview      "s" #'org-property-action      "e" #'org-export-dispatch | 
