Disable redundant modules
This commit is contained in:
parent
6ec9c1e5e3
commit
98c80dcef9
16
init.el
16
init.el
|
@ -81,7 +81,6 @@
|
|||
|
||||
:tools
|
||||
;;ansible
|
||||
biblio
|
||||
debugger ; FIXME stepping through code, to help you add bugs
|
||||
direnv
|
||||
;;docker
|
||||
|
@ -89,8 +88,8 @@
|
|||
;;ein ; tame Jupyter notebooks with emacs
|
||||
(eval +overlay) ; run code, run (also, repls)
|
||||
;;gist ; interacting with github gists
|
||||
lookup ; helps you navigate your code and documentation
|
||||
;;+docsets) ; ...or in Dash docsets locally
|
||||
lookup ; helps you navigate your code and documentation
|
||||
;;+docsets) ; ...or in Dash docsets locally
|
||||
lsp
|
||||
;;macos ; MacOS-specific commands
|
||||
magit ; a git porcelain for Emacs
|
||||
|
@ -113,8 +112,9 @@
|
|||
;;crystal ; ruby at the speed of c
|
||||
;;csharp ; unity, .NET, and mono shenanigans
|
||||
data ; config/data formats
|
||||
(dart +flutter
|
||||
+lsp) ; paint ui and not much else
|
||||
;;(dart
|
||||
;;+flutter
|
||||
;;+lsp) ; paint ui and not much else
|
||||
;;elixir ; erlang done right
|
||||
;;elm ; care for a cup of TEA?
|
||||
emacs-lisp ; drown in parentheses
|
||||
|
@ -128,7 +128,7 @@
|
|||
;;idris ;
|
||||
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))))))
|
||||
;;(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
|
||||
|
@ -149,7 +149,7 @@
|
|||
+present ; using org-mode for presentations
|
||||
+pretty)
|
||||
;;perl ; write code no one else can comprehend
|
||||
php ; perl's insecure younger brother
|
||||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
(python +lsp ; beautiful is better than ugly
|
||||
|
@ -165,7 +165,7 @@
|
|||
;;scheme ; a fully conniving family of lisps
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
;;solidity ; do you need a blockchain? No.
|
||||
swift ; who asked for emoji variables?
|
||||
;;swift ; who asked for emoji variables?
|
||||
;;terra ; Earth and Moon in alignment for performance.
|
||||
web ; the tubes
|
||||
yaml ; JSON, but readable
|
||||
|
|
Loading…
Reference in New Issue