added standard dictionary, set tabwidth

dev-docs
Moritz Böhme 2021-05-06 12:26:32 +02:00
parent 94c2ff8e47
commit 87298b1f80
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@
;; Set FiraCode as Font ;; Set FiraCode as Font
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 13) ) (setq doom-font (font-spec :family "FiraCode Nerd Font" :size 13) )
(setq ispell-dictionary "english")
;; Switch Flyspell Dictionary ;; Switch Flyspell Dictionary
(defun fd-switch-dictionary() (defun fd-switch-dictionary()
(interactive) (interactive)
@ -82,3 +83,5 @@
"<~" "<~~" "</" "</>" "~@" "~-" "~>" "~~" "~~>" "%%")) "<~" "<~~" "</" "</>" "~@" "~-" "~>" "~~" "~~>" "%%"))
(global-ligature-mode 't) (global-ligature-mode 't)
(setq tab-width 4)