From d9db6196a5981c9a4b8b3c191efa2f1ad89c82ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 00:09:00 +0000 Subject: [PATCH] test/doom.d/init.el: Updating from hlissner/doom-emacs - 768160b0 ### Changes for test/doom.d/init.el ```diff --- +++ @@ -80,7 +80,7 @@ :checkers syntax ; tasing you for every semicolon you forget - ;;spell ; tasing you for misspelling mispelling + ;;(spell +flyspell) ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make :tools @@ -175,6 +175,7 @@ :app ;;calendar + ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize ;;(rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought ``` --- test/doom.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/doom.d/init.el b/test/doom.d/init.el index 9b84000..f154f1b 100644 --- a/test/doom.d/init.el +++ b/test/doom.d/init.el @@ -80,7 +80,7 @@ :checkers syntax ; tasing you for every semicolon you forget - ;;spell ; tasing you for misspelling mispelling + ;;(spell +flyspell) ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make :tools @@ -175,6 +175,7 @@ :app ;;calendar + ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize ;;(rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought