[org] Add new tableformatter and comment toggle mappings for evil

This commit is contained in:
Sebastian Schulze 2021-05-05 20:32:30 +02:00
parent c5d0b9244a
commit 650bf748b2
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 4 additions and 0 deletions

View File

@ -72,7 +72,11 @@
:desc "Clock in most recent item" "cr" #'org-mru-clock-in
:desc "" "td" (lambda () (interactive) (load-theme 'doom-one nil t))
:desc "" "tl" (lambda () (interactive) (load-theme 'doom-one-light nil t))
:desc "Run table formatter" "tf" #'org-table-calc-current-TBLFM
)
(:prefix "c"
:desc "Toggle comment" "l" #'evilnc-comment-or-uncomment-lines
:desc "Copy and comment lines" "y" #'evilnc-copy-and-comment-lines)
:desc "" "oc" #'org-capture
:desc "" "rl" #'org-refile-goto-last-stored
:desc "" "jt" #'org-journal-new-entry