mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix command to set tags
This commit is contained in:
@ -251,7 +251,7 @@ between the two."
|
|||||||
"I" #'org-toggle-inline-images
|
"I" #'org-toggle-inline-images
|
||||||
"l" #'org-insert-link
|
"l" #'org-insert-link
|
||||||
"L" #'org-store-link
|
"L" #'org-store-link
|
||||||
"q" #'org-set-tags
|
"q" #'org-set-tags-command
|
||||||
"r" #'org-refile
|
"r" #'org-refile
|
||||||
"s" #'org-schedule
|
"s" #'org-schedule
|
||||||
"t" #'org-todo
|
"t" #'org-todo
|
||||||
|
Reference in New Issue
Block a user