doomemacs/modules/lang/org/autoload
Henrik Lissner 518e53deab
lang/org: fix snippet expansion on visual region
Fixes two issues:

1. Evil users would be left in visual mode after expanding a snippet on
   a region, making it awkward to insert text. It now switches to insert
   state.
2. While yasnippet reindent the snippet's contents post-expansion, org's
   mode-specific indentation (see `org-src-tab-acts-natively`) can throw
   errors for arbitrary reasons. We don't need smart indentation when
   expanding snippets, so we turn it off only in this case.
2019-06-10 09:38:55 +02:00
..
ipython.el lang/org: refactor +babel/ipython library 2018-09-21 22:38:21 -04:00
org-attach.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
org-capture.el Fix default personal org-capture targets 2019-03-13 18:22:57 -04:00
org-export.el Add org export-to-clipboard commands & ox-clip 2019-03-30 02:18:33 -04:00
org-link.el Refactor lang/org 2019-03-08 02:37:33 -05:00
org-present.el Add maximize window key bindings 2019-03-24 14:47:55 +00:00
org.el lang/org: fix snippet expansion on visual region 2019-06-10 09:38:55 +02:00
tables.el lang/org: fix function description 2019-05-04 21:03:59 +02:00