Add forth mode to emacs
This commit is contained in:
parent
a3cf2733c3
commit
e3a616fefa
3 changed files with 12 additions and 2 deletions
|
@ -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);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue