From 2e875a849085b3d34d028c7ef3ca780ff78019b7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Oct 2025 00:21:37 -0500 Subject: refactor: created specific org-dir variable for ~/sync/org --- modules/flyspell-and-abbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/flyspell-and-abbrev.el') 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"))) -- cgit v1.2.3