Added custom dictionary.

Location should likely be moved.
This commit is contained in:
James Patrick 2022-10-11 13:34:30 -04:00
parent 624fed4882
commit b609b062c6
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
;; Use an image splash
(setq fancy-splash-image (concat doom-user-dir "doom.png"))
(setq ispell-dictionary "en")
(setq ispell-dictionary "en"
ispell-personal-dictionary "~/org/.ispell.en.pws")
(add-to-list 'auto-mode-alist '("/\\(tmp\\|private/var\\)/.*/tmp_redmine.greenfiling.com.*\\.txt" . markdown-mode))