Emacs haskell-mode, python3Full instead of python and org-roam util

This commit is contained in:
Andrea Ciceri 2021-10-27 01:21:39 +02:00
parent 9d9c65a835
commit aa7650e975
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
3 changed files with 18 additions and 3 deletions

View file

@ -15,6 +15,7 @@ emacsWithPackages (
evil
evil-collection
fira-code-mode
haskell-mode
helm
helm-ag
helm-company
@ -48,6 +49,6 @@ emacsWithPackages (
minimap
]
) ++ (
with pkgs; []
with pkgs; [ ]
)
)