summaryrefslogtreecommitdiff
path: root/emacs/custom/my-text.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-text.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/custom/my-text.el b/emacs/custom/my-text.el
index 3a58ebb..53a3c19 100644
--- a/emacs/custom/my-text.el
+++ b/emacs/custom/my-text.el
@@ -18,7 +18,6 @@
(when (executable-find "pandoc")
(customize-set-variable 'markdown-command "pandoc -f markdown -t html"))
-(customize-set-variable 'abbrev-file-name (expand-file-name "var/abbrev_defs" user-emacs-directory))
(eval-after-load 'dabbrev
(let ((map global-map))
(define-key map (kbd "M-/") #'dabbrev-expand)