Move emacs-snippets -> doom-snippets

The repo was renamed upstream.
This commit is contained in:
Henrik Lissner 2019-07-14 14:43:45 +02:00
parent de85f67b7c
commit 62af55dad0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 31 additions and 35 deletions

View file

@ -27,7 +27,7 @@ or [[https://github.com/emacs-lsp/lsp-haskell][LSP]].
+ REPL (~ghci~)
+ Syntax-checking (~flycheck~)
+ Code navigation (~dante~)
+ [[https://github.com/hlissner/emacs-snippets/tree/master/haskell-mode][Snippets]]
+ [[https://github.com/hlissner/doom-snippets/tree/master/haskell-mode][Snippets]]
** External resources
Here are a few resources I've found indespensible in my Haskell adventures: