Add org table keybinds under SPC m b

This commit is contained in:
Henrik Lissner 2020-04-24 02:02:53 -04:00
parent a308f1a914
commit a7b31eab21
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -623,9 +623,16 @@ between the two."
(:prefix ("b" . "tables")
"-" #'org-table-insert-hline
"a" #'org-table-align
"b" #'org-table-blank-field
"c" #'org-table-create-or-convert-from-region
"dc" #'org-table-delete-column
"dr" #'org-table-kill-row
"e" #'org-table-edit-field
"f" #'org-table-edit-formulas
"h" #'org-table-field-info
"s" #'org-table-sort-lines
"r" #'org-table-recalculate
"R" #'org-table-recalculate-buffer-tables
(:when (featurep! +gnuplot)
"p" #'org-plot/gnuplot))
(:prefix ("c" . "clock")