mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: make doom/delete-backward-char respect tables #457
With or without evil.
This commit is contained in:
@ -284,6 +284,7 @@ with `org-cycle'). Also:
|
||||
|
||||
;;;###autoload
|
||||
(defun +org|delete-backward-char ()
|
||||
"TODO"
|
||||
(when (eq major-mode 'org-mode)
|
||||
(org-check-before-invisible-edit 'delete-backward)
|
||||
(save-match-data
|
||||
|
Reference in New Issue
Block a user