Use forth-mode instead emacs forth support included with gforth

This commit is contained in:
Charlotte Van Petegem 2021-12-02 19:40:17 +01:00
parent 21b42dd609
commit 716e373467
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 5 additions and 9 deletions

View file

@ -19,9 +19,7 @@
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) ++
(lib.optional config.chvp.development.enable pkgs.gforth);
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;
};
};
};