mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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)")
|
(setq-hook! 'LaTeX-mode-hook +spellcheck-immediately nil)")
|
||||||
|
|
||||||
|
;; `ispell'
|
||||||
|
(defvar ispell-dictionary "english")
|
||||||
|
|
||||||
(def-package! flyspell ; built-in
|
(def-package! flyspell ; built-in
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
;; Plugins
|
;; Plugins
|
||||||
;;
|
;;
|
||||||
|
|
||||||
;; Default language setting.
|
|
||||||
(defvar ispell-dictionary "english")
|
|
||||||
|
|
||||||
|
|
||||||
(after! tex
|
(after! tex
|
||||||
;; Set some varibles to fontify common LaTeX commands.
|
;; Set some varibles to fontify common LaTeX commands.
|
||||||
(load! "+fontification")
|
(load! "+fontification")
|
||||||
|
Reference in New Issue
Block a user