lang/org: make backspace org-mode aware

This ensures backspace respects tables and doesn't break whitespace in
table cells.
This commit is contained in:
Henrik Lissner 2018-02-17 03:40:37 -05:00
parent 8efd5d1eae
commit 0c459cfefd
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -211,6 +211,7 @@ between the two."
(map! :map org-mode-map
[remap org-shifttab] #'+org/shifttab
[backspace] #'org-delete-backward-char
"C-c C-S-l" #'+org/remove-link
"C-c C-i" #'org-toggle-inline-images