diff --git a/modules/editors/emacs.nix b/modules/editors/emacs.nix index 6edb538..d77ac6d 100644 --- a/modules/editors/emacs.nix +++ b/modules/editors/emacs.nix @@ -50,6 +50,8 @@ in xorg.xwininfo xclip xorg.xprop + # :lang python + python-language-server ]; }; }