From c98c3ff2543f855fa20c82fff633a63eb8bf7f50 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 10 Apr 2015 23:31:33 -0400 Subject: [PATCH] Set save location for abbrev_defs --- spacemacs/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spacemacs/config.el b/spacemacs/config.el index 2aacdf9a1..4c5d1874b 100644 --- a/spacemacs/config.el +++ b/spacemacs/config.el @@ -145,6 +145,9 @@ Can be installed with `brew install trash'." (setq-default default-fill-column 80) (spacemacs|diminish auto-fill-function " Ⓕ" " F") +;; persistent abbreviation file +(setq abbrev-file-name (concat spacemacs-cache-directory "abbrev_defs")) + ;; --------------------------------------------------------------------------- ;; UI ;; ---------------------------------------------------------------------------