From b609b062c63b4e535f79371f7a1160b3bf024cf1 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 11 Oct 2022 13:34:30 -0400 Subject: [PATCH] Added custom dictionary. Location should likely be moved. --- emacs/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/config.el b/emacs/config.el index 082be21..02e4af8 100644 --- a/emacs/config.el +++ b/emacs/config.el @@ -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))