diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-21 01:04:24 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-21 01:04:24 +0100 |
commit | b7c50febc307126a96babd8bb3f28676f53230a2 (patch) | |
tree | ef23741c10fa872b4b5d04c16c5ff59a24d917db /config | |
parent | 4be1aab325f834da2b78be31ba540bdecb85c8bc (diff) | |
download | dotfiles-b7c50febc307126a96babd8bb3f28676f53230a2.tar.gz dotfiles-b7c50febc307126a96babd8bb3f28676f53230a2.tar.bz2 dotfiles-b7c50febc307126a96babd8bb3f28676f53230a2.zip |
json mode
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/init.el b/config/doom/init.el index d7dd735..21bbe35 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -140,7 +140,7 @@ (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 + json ; At least it ain't XML ;;(java +lsp) ; the poster child for carpal tunnel syndrome (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB |