diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-09 18:27:39 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-09 18:27:39 +0000 |
commit | eb203c229c8f1b9ff77d87c4e748e14616bd8a48 (patch) | |
tree | 7e0f1919106f6099f279a257927391f663d2559e | |
parent | 687436d1d84da4492abe7137b2339d61e8651de7 (diff) | |
download | dotfiles-eb203c229c8f1b9ff77d87c4e748e14616bd8a48.tar.gz dotfiles-eb203c229c8f1b9ff77d87c4e748e14616bd8a48.tar.bz2 dotfiles-eb203c229c8f1b9ff77d87c4e748e14616bd8a48.zip |
~using dante for haskell now
Omg haskell is so fidgety on Emacs. Or maybe doom is badly configured?
Anyway, using dante I can setup a comfy way to edit stuff in org mode
and directly in an hs file.
-rw-r--r-- | doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 81dba95..e287e3d 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -115,7 +115,7 @@ ;;ess ; emacs speaks statistics ;;fsharp ; ML stands for Microsoft's Language ;;go ; the hipster dialect - (haskell) ; a language that's lazier than I am + (haskell +dante) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; ;;(java +meghanada) ; the poster child for carpal tunnel syndrome |