Skip to content

Manage tangld options from an org file in the project directory #8

@aldrichtr

Description

@aldrichtr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions