diff options
Diffstat (limited to 'users/wpcarro/emacs/default.nix')
-rw-r--r-- | users/wpcarro/emacs/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix index 4c50d3294cfa..b25968ecbf72 100644 --- a/users/wpcarro/emacs/default.nix +++ b/users/wpcarro/emacs/default.nix @@ -2,7 +2,7 @@ let inherit (builtins) path; - inherit (depot.third_party) emacsPackagesGen emacs27; + inherit (depot.third_party.nixpkgs) emacsPackagesGen emacs27; inherit (pkgs) writeShellScript writeShellScriptBin; inherit (pkgs.lib.strings) concatStringsSep makeBinPath; @@ -49,7 +49,6 @@ let clipmon # TODO: Prefer an Emacs client for clipmenud. evil evil-collection - evil-magit evil-commentary evil-surround key-chord @@ -103,7 +102,6 @@ let eglot dap-mode lsp-ui - company-lsp suggest paradox flymake-shellcheck |