Use forth-mode instead emacs forth support included with gforth
This commit is contained in:
parent
21b42dd609
commit
716e373467
3 changed files with 5 additions and 9 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue