Use emacs from unstable

This commit is contained in:
Andreas Zweili 2024-05-16 16:00:16 +02:00
parent 23eaedb044
commit cfd3a9a720
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ in
programs.emacs = {
enable = true;
package = pkgs.unstable.emacs;
extraConfig = ''
(setq languagetool-java-arguments '("-Dfile.encoding=UTF-8"
"-cp" "${pkgs.languagetool}/share/")