Add personal dictionary for ispell/hunspell
This commit is contained in:
parent
711bba450c
commit
be88609dcc
26
dictionary
Normal file
26
dictionary
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
ASDEX
|
||||||
|
Abreu
|
||||||
|
Athina
|
||||||
|
CHERAB
|
||||||
|
CXRS
|
||||||
|
Carine
|
||||||
|
Evie
|
||||||
|
Gabor
|
||||||
|
HTPD
|
||||||
|
IMAS
|
||||||
|
ITER
|
||||||
|
Indica
|
||||||
|
Itziar
|
||||||
|
Joelle
|
||||||
|
Lynton
|
||||||
|
NBI
|
||||||
|
ORNL
|
||||||
|
PINI
|
||||||
|
Paolo
|
||||||
|
RSE
|
||||||
|
Tokamak
|
||||||
|
UDA
|
||||||
|
cxsfit
|
||||||
|
divspec
|
||||||
|
et
|
||||||
|
Sertoli
|
3
init.el
3
init.el
|
@ -117,7 +117,8 @@
|
||||||
;; turn on spell checking, if available.
|
;; turn on spell checking, if available.
|
||||||
(use-package ispell
|
(use-package ispell
|
||||||
:custom
|
:custom
|
||||||
(ispell-dictionary "en_GB"))
|
(ispell-dictionary "en_GB")
|
||||||
|
(ispell-personal-dictionary (locate-user-emacs-file "dictionary")))
|
||||||
|
|
||||||
(use-package flyspell
|
(use-package flyspell
|
||||||
:hook ((text-mode . flyspell-mode)
|
:hook ((text-mode . flyspell-mode)
|
||||||
|
|
Loading…
Reference in a new issue