From 74330422a0e9ca0bb7592d041e42dcfa931bc417 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 12 May 2024 20:05:35 -0300 Subject: Added Lazer and improved Python config --- .config/doom/init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config/doom/init.el') diff --git a/.config/doom/init.el b/.config/doom/init.el index 6ae1f4c4..9dc03c7d 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -81,7 +81,7 @@ :checkers syntax ; tasing you for every semicolon you forget - ;;(spell +flyspell) ; tasing you for misspelling mispelling + (spell +flyspell +everywhere) ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make :tools @@ -160,7 +160,9 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - (python +lsp) ; beautiful is better than ugly + (python + +lsp + +poetry) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 -- cgit v1.2.3