diff --git a/.config/doom/config.el b/.config/doom/config.el index 8c8dc17..66f38bd 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -56,6 +56,7 @@ ;; Set FiraCode as Font (setq doom-font (font-spec :family "FiraCode Nerd Font" :size 13) ) +(setq ispell-dictionary "english") ;; Switch Flyspell Dictionary (defun fd-switch-dictionary() (interactive) @@ -82,3 +83,5 @@ "<~" "<~~" "" "~@" "~-" "~>" "~~" "~~>" "%%")) (global-ligature-mode 't) + +(setq tab-width 4)