diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-29 16:49:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-29 16:49:20 +0530 |
commit | 977cd36e9708dc84d1a347f1f6a793cb2179c559 (patch) | |
tree | 985a01f9af69a61174aacf3348eb0cd8b8caacf5 /.doom.d/init.el | |
parent | 367cf49e21bd0a45a211899222c6ede6f4de46b1 (diff) |
changed highlight theme, etc in emacs
Diffstat (limited to '.doom.d/init.el')
-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 9ebd5b8..b3af47b 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -133,7 +133,7 @@ ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for (go +lsp) ; the hipster dialect - (haskell +lsp) ; a language that's lazier than I am + ;;(haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; a language you can depend on ;;json ; At least it ain't XML |