diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-05-30 11:31:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-05-30 11:31:08 +0530 |
commit | e8b2adf54d8abad1a4d3a67c6af5796199fb53dc (patch) | |
tree | 32772d1f3467249dd0b7c43b582e07a2c8de8c22 /.doom.d/init.el | |
parent | 062a582c3254cebab7189f02dc74353e72f304e8 (diff) |
set indent to 2 in emacs web
Diffstat (limited to '.doom.d/init.el')
-rw-r--r-- | .doom.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index d454f6d..b6d1d0a 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -113,7 +113,7 @@ :lang ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP - cc ; C > C++ == 1 + ;cc ; C > C++ == 1 ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs @@ -132,7 +132,7 @@ ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - ;;(go +lsp) ; the hipster dialect + (go +lsp) ; the hipster dialect (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 |