From 9c695c6e60c1ed625c05926c1bb694ed04727f39 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Mon, 12 Jul 2021 16:39:57 +0200 Subject: [PATCH] [org] Switch to spell-fu and add more org modules --- dot_doom.d/init.el.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_doom.d/init.el.tmpl b/dot_doom.d/init.el.tmpl index fcccdb8..652e258 100644 --- a/dot_doom.d/init.el.tmpl +++ b/dot_doom.d/init.el.tmpl @@ -43,7 +43,7 @@ :checkers (syntax +childframe) ; tasing you for every semicolon you forget - (spell +flyspell +aspell) ; tasing you for misspelling mispelling + spell ; tasing you for misspelling mispelling grammar ; tasing grammar mistake every you make :tools @@ -70,7 +70,7 @@ ledger ; an accounting system in Emacs markdown ; writing docs for people to ignore nix ; I hereby declare "nix geht mehr!" - (org +present) ; organize your plain life in plain text + (org +dragndrop +journal +pandoc +pomodoro +pretty +present) ; organize your plain life in plain text (ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} sh ; she sells {ba,z,fi}sh shells on the C xor (yaml +lsp) ; JSON, but readable