1

README + comments

This commit is contained in:
2022-08-11 14:35:36 +02:00
parent e903b048e9
commit a4e3b7a175
6 changed files with 26 additions and 17 deletions

View File

@ -18,6 +18,8 @@ in {
# This module defines only the "emacs" option and suboptions "enable" and "doom"
options.modules.emacs = {
enable = mkEnableOpt "Emacs module";
# TODO: Use an enum for this not individual options
nativeComp = mkBoolOpt false "Use Emacs 28.x branch with native comp support";
pgtkNativeComp = mkBoolOpt false "Use Emacs 29.x branch with native comp and pure gtk support";