Added custom dictionary.
Location should likely be moved.
This commit is contained in:
parent
624fed4882
commit
b609b062c6
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user