mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move ispell-dictionary default to feature/spellcheck #630
Makes more sense to be here.
This commit is contained in:
@ -7,6 +7,9 @@ Since spellchecking can be slow in some buffers, this can be disabled with:
|
||||
|
||||
(setq-hook! 'LaTeX-mode-hook +spellcheck-immediately nil)")
|
||||
|
||||
;; `ispell'
|
||||
(defvar ispell-dictionary "english")
|
||||
|
||||
(def-package! flyspell ; built-in
|
||||
:defer t
|
||||
:init
|
||||
|
@ -14,10 +14,6 @@
|
||||
;; Plugins
|
||||
;;
|
||||
|
||||
;; Default language setting.
|
||||
(defvar ispell-dictionary "english")
|
||||
|
||||
|
||||
(after! tex
|
||||
;; Set some varibles to fontify common LaTeX commands.
|
||||
(load! "+fontification")
|
||||
|
Reference in New Issue
Block a user