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