doomemacs/modules/config/literate
Hanno Perrey 14d6a19462
fix for #3266: wrong-type-arg stringp from format (#3599)
Triggered e.g. by pdf-tools-install when tangling literate config on
interactive save and epdfinfo is missing
2020-07-20 22:13:50 -04:00
..
autoload.el fix for #3266: wrong-type-arg stringp from format (#3599) 2020-07-20 22:13:50 -04:00
cli.el Fix void-function +literate-tangle-h on saving org files 2020-05-26 01:00:49 -04:00
README.org add config/literate readme (#3033) 2020-05-28 03:43:01 -04:00

config/literate

Description

With this module you can organize your config file inside config.org file and export them automatically to config.el.

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags.

Plugins

  • ob-tangle (builtin)

Hacks

This is only for personal config from $HOME/.config/doom/config.org or $HOME/.doom.d/config.org.

Prerequisites

This module has no prerequisites.

Features

  • Automatically tangle config.org to config.el when saving.

Configuration

  • This module don't need by himself need any customization.
  • Source blocks needs to be in some language for example #+BEGIN_SRC elisp but currently it does not matter what language is used, it tangles all to config.el. elisp gives correct syntax highlight. If you don't want to specify language in block you can also enforce tangling by adding #+BEGIN_SRC :tangle

Troubleshooting

  • No known problems with this.