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))