diff options
Diffstat (limited to 'modules/flyspell-and-abbrev.el')
| -rw-r--r-- | modules/flyspell-and-abbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/flyspell-and-abbrev.el b/modules/flyspell-and-abbrev.el index 8c9550d5..978f8208 100644 --- a/modules/flyspell-and-abbrev.el +++ b/modules/flyspell-and-abbrev.el @@ -81,7 +81,7 @@ ("-d" "en_US") nil utf-8))) ;; personal directory goes with sync'd files (setq ispell-personal-dictionary - (concat sync-dir "aspell-personal-dictionary")) + (concat org-dir "aspell-personal-dictionary")) ;; skip code blocks in org mode (add-to-list 'ispell-skip-region-alist '("^#+BEGIN_SRC" . "^#+END_SRC"))) |
