From 0c459cfefd9cafd2a80e882477b208e5a695a62e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 17 Feb 2018 03:40:37 -0500 Subject: [PATCH] lang/org: make backspace org-mode aware This ensures backspace respects tables and doesn't break whitespace in table cells. --- modules/lang/org/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index c37f3c5e5..b9d4c0ea2 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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