summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-text.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-text.el b/emacs/custom/my-text.el
index f6d984f..80cdb32 100644
--- a/emacs/custom/my-text.el
+++ b/emacs/custom/my-text.el
@@ -23,6 +23,7 @@
(setq markdown-command "pandoc -f markdown -t html"))
(setq only-global-abbrevs nil)
+(setq abbrev-file-name (expand-file-name "var/abbrev_defs" user-emacs-directory))
(let ((table text-mode-abbrev-table))
(define-abbrev table "github" "GitHub")
(define-abbrev table "emacs" "Emacs"))