Move ispell-dictionary default to feature/spellcheck #630
Makes more sense to be here.
This commit is contained in:
parent
4b0e3af424
commit
4f4495ca2a
2 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue