Files
doomemacs/modules/lang
Henrik Lissner 78cb47a072 lang/org: lazy-load babel libraries
Removes +org-babel-languages and no longer eagerly loads babel
libraries. If an ob-*.el exists for the language, it will be loaded once
you execute its src block.

Warning: this may interfere with tangling. An unloaded library can't
register a language extension in org-babel-tangle-lang-exts (if any).
This means babel won't be able to figure out the correct file extension
for certain src blocks.

Either load the package explicitly or provide a filename + extension for
the TARGET-FILE argument:

  (require 'ob-rust)
  (org-babel-tangle-file "notes.org")
  ;; or
  (org-babel-tangle-file "notes.org" "notes.rs")
2018-01-28 15:45:31 -05:00
..
2018-01-19 04:17:19 -05:00
2018-01-05 23:57:48 -05:00
2017-06-24 19:03:15 +02:00
2018-01-05 23:57:48 -05:00
2017-12-08 23:14:11 -05:00
2017-12-02 00:05:51 +00:00
2018-01-28 15:45:31 -05:00
2018-01-05 23:57:48 -05:00
2018-01-05 23:57:48 -05:00