From 1c74d35fb2cff7f23775136362ef50d3cdb9ae80 Mon Sep 17 00:00:00 2001 From: Moritz Date: Sat, 24 Apr 2021 16:56:41 +0200 Subject: [PATCH] added spellchecking --- .config/doom/config.el | 1 + .config/doom/init.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index a1a5d0e..cc10f8f 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -53,3 +53,4 @@ ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. (setq doom-font (font-spec :family "FiraCode Nerd Font Mono" :size 13) ) +(setq projectile-project-root "~/Documents") diff --git a/.config/doom/init.el b/.config/doom/init.el index 699ecb4..0ee3ed5 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -80,7 +80,7 @@ :checkers syntax ; tasing you for every semicolon you forget - ;;(spell +flyspell) ; tasing you for misspelling mispelling + (spell +flyspell) ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make :tools