Add personal dictionary for ispell/hunspell

This commit is contained in:
Evie Litherland-Smith 2024-06-16 06:54:01 +01:00
parent 711bba450c
commit be88609dcc
2 changed files with 28 additions and 1 deletions

26
dictionary Normal file
View 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

View file

@ -117,7 +117,8 @@
;; turn on spell checking, if available.
(use-package ispell
:custom
(ispell-dictionary "en_GB"))
(ispell-dictionary "en_GB")
(ispell-personal-dictionary (locate-user-emacs-file "dictionary")))
(use-package flyspell
:hook ((text-mode . flyspell-mode)