From 18b8ff26659c56418cf9b0778ff8379a9cac652f Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 6 Jan 2022 16:49:09 -0800 Subject: [PATCH] Emacs Python updates Add LSP-mode and Black support --- doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doom/init.el b/doom/init.el index c6b303b..9dace4a 100644 --- a/doom/init.el +++ b/doom/init.el @@ -46,7 +46,7 @@ (evil +everywhere); come to the dark side, we have cookies file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding - ;;(format +onsave) ; automated prettiness + format ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim ;;multiple-cursors ; editing in many places at once @@ -143,7 +143,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 +pyright) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;rest ; Emacs as a REST client