summaryrefslogtreecommitdiff
path: root/.doom.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/init.el')
-rw-r--r--.doom.d/init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el
index 94f5c0e2..4a387558 100644
--- a/.doom.d/init.el
+++ b/.doom.d/init.el
@@ -72,10 +72,10 @@
vc ; version-control and Emacs, sitting in a tree
:term
- ;;eshell ; a consistent, cross-platform shell (WIP)
+ eshell ; a consistent, cross-platform shell (WIP)
;;shell ; a terminal REPL for Emacs
;;term ; terminals in Emacs
- ;;vterm ; another terminals in Emacs
+ vterm ; another terminals in Emacs
:tools
;;ansible
@@ -90,7 +90,7 @@
;;gist ; interacting with github gists
(lookup ; helps you navigate your code and documentation
+docsets) ; ...or in Dash docsets locally
- ;;lsp
+ lsp
;;macos ; MacOS-specific commands
(magit +forge) ; a git porcelain for Emacs
@@ -125,7 +125,7 @@
;;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
@@ -148,7 +148,7 @@
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
- python ; beautiful is better than ugly
+ (python +lsp) ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs
;;rest ; Emacs as a REST client