diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-25 02:24:20 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-25 02:24:20 +0100 |
commit | f91c06508648df52bbea9613fac96780bc7ec899 (patch) | |
tree | 85e26b3e0024794c32e9daca54494d325795c7d5 | |
parent | 868604c4f316df1ca0c8f6637659365f18e80ba3 (diff) | |
download | dotfiles-f91c06508648df52bbea9613fac96780bc7ec899.tar.gz dotfiles-f91c06508648df52bbea9613fac96780bc7ec899.tar.bz2 dotfiles-f91c06508648df52bbea9613fac96780bc7ec899.zip |
~langs available
+javascript with lsp
-ocaml
-rw-r--r-- | doom.d/init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 77505f9..557968c 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -117,7 +117,8 @@ ;;hy ; readability of scheme w/ speed of python ;;idris ; ;;(java +meghanada) ; the poster child for carpal tunnel syndrome - javascript ; all(hope(abandon(ye(who(enter(here)))))) + (javascript + +lsp) ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun @@ -126,7 +127,7 @@ markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" - ocaml ; an objective camel + ;;ocaml ; an objective camel (org ; organize your plain life in plain text +dragndrop ; file drag & drop support +ipython ; ipython support for babel |