Set save location for abbrev_defs

This commit is contained in:
syl20bnr 2015-04-10 23:31:33 -04:00
parent 90c004cb65
commit c98c3ff254

View file

@ -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
;; ---------------------------------------------------------------------------