Configuration files overview
My configuration for org-mode is reasonably complex. Reading through a long
lisp file when making changes became cumbersome. I broke the configuration up
into a series of files in the config/org/ path. Each file has it’s own
purpose to make tracking down and updating configuration values easier.
| File | Description |
|---|---|
| config_variables.el | org variable configuration |
| capture-templates.el | templates to capture tasks |
| agenda.el | agenda specific configuration |
| babel.el | babel specific configuration |
| tasks.el | task specific configuration |