.. | ||
autoload.el | ||
cli.el | ||
README.org |
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
toconfig.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 toconfig.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.