lang/org: general clean up + fix Tab in src blocks
This commit is contained in:
parent
3a3ae6ff5c
commit
78eb9b888c
2 changed files with 5 additions and 9 deletions
|
@ -23,6 +23,8 @@
|
|||
(org-indent-item-tree))
|
||||
((org-at-heading-p)
|
||||
(ignore-errors (org-demote)))
|
||||
((org-in-src-block-p t)
|
||||
(doom/dumb-indent))
|
||||
(t (call-interactively 'self-insert-command))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue