added spellchecking
parent
954c6731af
commit
1c74d35fb2
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue