Files
nix-doom-emacs/test/doom.d
github-actions[bot] d9db6196a5 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

```
2021-02-16 14:02:01 +01:00
..