diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-18 00:21:37 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-18 00:21:37 -0500 |
| commit | 1e288024d0d41836d24c3d99692dc2f8ddd416cf (patch) | |
| tree | a0706dc0e378f576ba486734db9dddeb55b77991 /modules/flyspell-and-abbrev.el | |
| parent | d38aa9d10dd2aea7ec624408a684634b17c37eb8 (diff) | |
| download | dotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.tar.gz dotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.zip | |
refactor: created specific org-dir variable for ~/sync/org
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 8c9550d59..978f82082 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"))) |
