doomemacs/modules/config/literate/README.org
Jarmo Riikonen b5c0005dee
add config/literate readme (#3033)
* add config/literate readme

* Fix personal config paths

It also works from $HOME/.config/doom as @tecosaur said.

* fixes
2020-05-28 03:43:01 -04:00

1.3 KiB

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.