emacs-twist / twist.nix

Build an entire Emacs configuration as a Nix package in a pure, reproducible way
GNU General Public License v3.0
66 stars 6 forks source link

feat: Add mainIsAscii option to remove IFD from elisp packages #140

Closed akirak closed 7 months ago

akirak commented 7 months ago

By setting the option to true, this will allow adding of elisp packages directly to the outputs of a flake, without IFD. This will be important for using this library in linting of Emacs Lisp packages. This will supersede and close #20.