diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-01-17 02:29:26 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-01-17 02:29:26 +0000 |
commit | e18c34954ca296eb94c9d6edc24c6347b189ba32 (patch) | |
tree | a3ff0234106228b3d8aeedcd30d28b91d62561a8 | |
parent | 23ce5e97d2bda07de130a11a644677298ff8bfea (diff) | |
download | dotfiles-e18c34954ca296eb94c9d6edc24c6347b189ba32.tar.gz dotfiles-e18c34954ca296eb94c9d6edc24c6347b189ba32.tar.bz2 dotfiles-e18c34954ca296eb94c9d6edc24c6347b189ba32.zip |
~big things changing in doom
-rw-r--r-- | doom.d/init.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index e402b4d..66c9d80 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -70,6 +70,10 @@ ;;term ; terminals in Emacs vterm ; another terminals in Emacs + :checkers + syntax ; tasing you for every semicolon you forget + spell ; tasing you for misspelling mispelling + :tools ;;ansible debugger ; FIXME stepping through code, to help you add bugs @@ -78,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 +docsets) ; helps you navigate your code and documentation lsp @@ -163,9 +165,6 @@ irc ; how neckbeards socialize (rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought - (write ; emacs as a word processor (latex + org + markdown) - +wordnut ; wordnet (wn) search - +langtool) ; a proofreader (grammar/style check) for Emacs :collab ;;floobits ; peer programming for a price |