diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-29 08:59:15 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-29 08:59:15 -0700 |
| commit | 80d30f549f0701a89de546a62910d1958195c102 (patch) | |
| tree | ecf3772952ad97d3dc1a008b0ee56944080f4a41 /emacs/custom/my-text.el | |
| parent | my-text: enable goto-address-mode (diff) | |
| download | emacs.d-80d30f549f0701a89de546a62910d1958195c102.tar.gz | |
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.
Diffstat (limited to '')
| -rw-r--r-- | emacs/custom/my-text.el | 1 |
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) |
