small changes

This commit is contained in:
Thomas Ruoff
2020-01-07 00:28:11 +01:00
parent 13b7af31bb
commit 764cac0fb9

View File

@@ -46,7 +46,7 @@
:editor :editor
(evil +everywhere); come to the dark side, we have cookies (evil +everywhere); come to the dark side, we have cookies
file-templates ; auto-snippets for empty files file-templates ; auto-snippets for empty files
;;fold ; (nigh) universal code folding fold ; (nigh) universal code folding
(format +onsave) ; automated prettiness (format +onsave) ; automated prettiness
;;lispy ; vim for lisp, for people who dont like vim ;;lispy ; vim for lisp, for people who dont like vim
;;multiple-cursors ; editing in many places at once ;;multiple-cursors ; editing in many places at once
@@ -73,8 +73,8 @@
;;direnv ;;direnv
docker docker
editorconfig ; let someone else argue about tabs vs spaces editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs ein ; tame Jupyter notebooks with emacs
eval ; run code, run (also, repls) (eval +overlay) ; run code, run (also, repls)
flycheck ; tasing you for every semicolon you forget flycheck ; tasing you for every semicolon you forget
flyspell ; tasing you for misspelling mispelling flyspell ; tasing you for misspelling mispelling
gist ; interacting with github gists gist ; interacting with github gists
@@ -136,8 +136,7 @@
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional
(python ; beautiful is better than ugly (python ; beautiful is better than ugly
+lsp +lsp)
+pyvenv)
;;qt ; the 'cutest' gui framework ever ;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs ;;racket ; a DSL for DSLs
;;rest ; Emacs as a REST client ;;rest ; Emacs as a REST client