Open dustinlyons opened 7 months ago
How would this work as part of the install process?
As in, would there be some kind of interactive prompt at the terminal? Or would the user put their preference into a config file that gets read in?
I like the interactive prompt as if you can keep it to a few simple questions, it's easier overall for the beginner.
So my thoughts are this would be a simple question to ask you your editor preference, and then apply those settings to the config.
I'm still struggling to get this configuration working, with out a bunch of errors around emacs =(.
https://github.com/dustinlyons/nixos-config/discussions/69#discussioncomment-9491346
Do you have any tips on how to properly separate out the emacs from the configuration? Or what would be involved there, to do it properly, and make it say a flag?
Some users have asked to disable
emacs
and how to do that. We should ask the user what editor they want as part of install process:vim
,nvim
, oremacs
We can assume
emacs
should be daemon mode.