emacs: Replace standard emacs package by emacs-pgtk variant
This resolves issues related to wayland, since emacs created tiny new windows everytime it wanted to perform a completion operation.
This commit is contained in:
parent
4fc9ee5d66
commit
5b64992d4d
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ in
|
||||||
|
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.emacs-pgtk;
|
||||||
extraPackages =
|
extraPackages =
|
||||||
epkgs: with epkgs; [
|
epkgs: with epkgs; [
|
||||||
vterm
|
vterm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue