From 87298b1f801ea3e47087672d13848f6a57756f7c Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 6 May 2021 12:26:32 +0200 Subject: [PATCH] added standard dictionary, set tabwidth --- .config/doom/config.el | 3 +++ 1 file changed, 3 insertions(+) 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)