From f40425b5a683784026f091603e3bc7149e7d9893 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 24 Jan 2020 13:15:00 -0500 Subject: [PATCH] [emacs] update doom init --- .doom.d/init.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.doom.d/init.el b/.doom.d/init.el index 5a3aea6..ca1a623 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -69,6 +69,11 @@ ;;term ; terminals in Emacs ;;vterm ; another terminals in Emacs + :checkers + syntax ; tasing you for every semicolon you forget + ;;spell ; tasing you for misspelling mispelling + ;;grammar ; tasing grammar mistake every you make + :tools ;;ansible ;;debugger ; FIXME stepping through code, to help you add bugs @@ -77,8 +82,6 @@ editorconfig ; let someone else argue about tabs vs spaces ;;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 (lookup ; helps you navigate your code and documentation +docsets) ; ...or in Dash docsets locally @@ -139,7 +142,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 +pyenv) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;rest ; Emacs as a REST client