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