mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -211,6 +211,7 @@ between the two."
|
|||||||
|
|
||||||
(map! :map org-mode-map
|
(map! :map org-mode-map
|
||||||
[remap org-shifttab] #'+org/shifttab
|
[remap org-shifttab] #'+org/shifttab
|
||||||
|
[backspace] #'org-delete-backward-char
|
||||||
"C-c C-S-l" #'+org/remove-link
|
"C-c C-S-l" #'+org/remove-link
|
||||||
"C-c C-i" #'org-toggle-inline-images
|
"C-c C-i" #'org-toggle-inline-images
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user