Add forth mode to emacs

This commit is contained in:
Charlotte Van Petegem 2021-12-01 15:48:28 +01:00
parent a3cf2733c3
commit e3a616fefa
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 12 additions and 2 deletions

View file

@ -19,7 +19,9 @@
package = pkgs.emacsPgtkGcc;
alwaysEnsure = true;
# mu4e is included in the mu package and should be used from there
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;
extraEmacsPackages = epkgs:
(lib.optional config.chvp.graphical.mail.enable pkgs.mu) ++
(lib.optional config.chvp.development.enable pkgs.gforth);
};
};
};