lang/org: general clean up + fix Tab in src blocks

This commit is contained in:
Henrik Lissner 2017-04-11 08:30:09 -04:00
parent 3a3ae6ff5c
commit 78eb9b888c
2 changed files with 5 additions and 9 deletions

View file

@ -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