Add toggle for org-num-mode (#13978)

This commit is contained in:
Alexander Matyasko 2020-09-27 20:28:43 +08:00 committed by GitHub
parent 98ec7e559e
commit 85f5db280f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -384,6 +384,7 @@ To install [[https://github.com/federicotdn/verb][Verb]], an HTTP client based o
| ~SPC m T c~ | org-toggle-checkbox |
| ~SPC m T e~ | org-toggle-pretty-entities |
| ~SPC m T i~ | org-toggle-inline-images |
| ~SPC m T n~ | org-num-mode |
| ~SPC m T l~ | org-toggle-link-display |
| ~SPC m T t~ | org-show-todo-tree |
| ~SPC m T T~ | org-todo |

View File

@ -231,6 +231,7 @@ Will work on both org-mode and any mode that accepts plain html."
"Tc" 'org-toggle-checkbox
"Te" 'org-toggle-pretty-entities
"Ti" 'org-toggle-inline-images
"Tn" 'org-num-mode
"Tl" 'org-toggle-link-display
"Tt" 'org-show-todo-tree
"TT" 'org-todo