added spellchecking

nixos
Moritz Böhme 2021-04-24 16:56:41 +02:00
parent 954c6731af
commit 1c74d35fb2
2 changed files with 2 additions and 1 deletions

View File

@ -53,3 +53,4 @@
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented. ;; they are implemented.
(setq doom-font (font-spec :family "FiraCode Nerd Font Mono" :size 13) ) (setq doom-font (font-spec :family "FiraCode Nerd Font Mono" :size 13) )
(setq projectile-project-root "~/Documents")

View File

@ -80,7 +80,7 @@
:checkers :checkers
syntax ; tasing you for every semicolon you forget 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 ;;grammar ; tasing grammar mistake every you make
:tools :tools