- `haskell-language-server` for every architecture
- `envrc` mode for Emacs
This commit is contained in:
Andrea Ciceri 2022-05-05 01:37:17 +02:00
parent c84b8ff407
commit fc05ac84b2
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
4 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,7 @@
(use-package envrc
:disabled t
:after exec-path-from-shell
:config
(envrc-global-mode))
(provide 'config-envrc)