feat(???): add some new stuff

This commit is contained in:
Artur Manuel 2024-08-04 01:23:35 +01:00
commit 5f3439280c
Failed to generate hash of commit
2 changed files with 16 additions and 0 deletions

View file

@ -23,6 +23,7 @@ pkgs.emacsWithPackagesFromUsePackage {
which-key
lsp-mode
lsp-ui
lsp-pyright
treemacs
lsp-treemacs
consult-lsp
@ -36,6 +37,7 @@ pkgs.emacsWithPackagesFromUsePackage {
treemacs-magit
rustic
haskell-mode
envrc
];
override = _: prev: { use-package = prev.emacs; };
}