diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-31 15:39:24 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-31 15:39:24 +0100 |
commit | 1d4143d795083c4c683566d618999c60b754533c (patch) | |
tree | b0bc8fb64510c716741a5060e9810e5cb778917e /Doom/.doom.d | |
parent | 5bf6d429aaf921c3ac08cbf9a9e55f99aefa8389 (diff) | |
download | dotfiles-1d4143d795083c4c683566d618999c60b754533c.tar.gz dotfiles-1d4143d795083c4c683566d618999c60b754533c.tar.bz2 dotfiles-1d4143d795083c4c683566d618999c60b754533c.zip |
~disable unused modules
csharp, java, fsharp and irc
Diffstat (limited to 'Doom/.doom.d')
-rw-r--r-- | Doom/.doom.d/init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index b9507b0..0ae50bf 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -113,19 +113,19 @@ ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c - (csharp +unity) ; unity, .NET, and mono shenanigans + ;;(csharp +unity) ; unity, .NET, and mono shenanigans data ; config/data formats ;;erlang ; an elegant language for a more civilized age ;;elixir ; erlang done right ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses ;;ess ; emacs speaks statistics - (fsharp +lsp) ; ML stands for Microsoft's Language + ;;(fsharp +lsp) ; ML stands for Microsoft's Language ;;go ; the hipster dialect (haskell) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; - (java +lsp) ; the poster child for carpal tunnel syndrome + ;;(java +lsp) ; the poster child for carpal tunnel syndrome (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB @@ -171,7 +171,7 @@ ;; should be loaded late. :app calendar - irc ; how neckbeards socialize + ;;irc ; how neckbeards socialize (rss) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought |