From 80d30f549f0701a89de546a62910d1958195c102 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Apr 2022 08:59:15 -0700 Subject: don't specify where to write Emacs files We don't care, as long as these files are ignored in `.gitignore' it does not matter where we write them. --- emacs/custom/my-text.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/custom/my-text.el') 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) -- cgit 1.4.1