-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Overview
As much as possible, all settings, variables, and paths should be stored in an org file in the user's project directory. That way, the generic tangld package can be installed, and the settings/configuration for tangld are local
There are several other packages that operate this way, such as projectile and even emacs itself with the .dir-locals file.
The method for getting and setting those options will ultimately have to end up as lisp variables in order for tangld-build to use them, so there would need to be some translation functions, or we just store them in a src block that gets "executed" prior to run.
Tasks
- Decide on the format of the settings
- Add get and set functions for the individual settings
- Decide on a good use-case for testing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels