diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-12-12 08:09:10 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-12-12 08:09:10 -0500 |
commit | a1600a78b18b1532ef100a4aa364dea45f835b4a (patch) | |
tree | 04a9146babd9c29face9a5499aa358a0a94c58a5 | |
parent | 62aa4dc91f3c27a2e1ee5f189d7bdb5bd0656fd1 (diff) |
enable ess
-rw-r--r-- | emacs/.doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index da165ce..7c2c77e 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -123,7 +123,7 @@ ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses ;;erlang ; an elegant language for a more civilized age - ;;ess ; emacs speaks statistics + (ess +lsp) ; emacs speaks statistics ;;faust ; dsp, but you get to keep your soul ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 |