nix-community / nix-emacs

A set of useful Emacs modes and functions for users of Nix and Nix OS.
226 stars 32 forks source link

improve initial load time by lazy loading options #39

Open bennofs opened 7 years ago

bennofs commented 7 years ago

Calling out to nix-build at load time means that this package required a long time to load at startup. Instead, we now only call nix-build the first time that the options list is actually required.

purcell commented 6 years ago

This is an important fix IMO. There are a few useful queued-up PRs right now... want a hand reviewing and merging them, @svenkeidel / @travisbhartwell ?