|
|
@@ -78,12 +78,11 @@
|
|
|
;;eshell ; the elisp shell that works everywhere
|
|
|
;;shell ; simple shell REPL for Emacs
|
|
|
;;term ; basic terminal emulator for Emacs
|
|
|
- vterm ; the best terminal emulation in Emacs
|
|
|
+ vterm ; the best terminal emulation in Emacs
|
|
|
|
|
|
:checkers
|
|
|
- syntax ; tasing you for every semicolon you forget
|
|
|
- ;;(spell +flyspell) ; tasing you for misspelling mispelling
|
|
|
- spell
|
|
|
+ ;;syntax ; tasing you for every semicolon you forget
|
|
|
+ (:if (executable-find "aspell") (spell +aspell)) ; tasing you for misspelling mispelling
|
|
|
;;grammar ; tasing grammar mistake every you make
|
|
|
|
|
|
:tools
|
|
|
@@ -159,7 +158,7 @@
|
|
|
;;php ; perl's insecure younger brother
|
|
|
;;plantuml ; diagrams for confusing people more
|
|
|
;;purescript ; javascript, but functional
|
|
|
- (python +lsp +pyenv +pyright) ; beautiful is better than ugly
|
|
|
+ (python +lsp) ; beautiful is better than ugly
|
|
|
;;qt ; the 'cutest' gui framework ever
|
|
|
;;racket ; a DSL for DSLs
|
|
|
;;raku ; the artist formerly known as perl6
|