Set default file name for abbreviations

Even if not customized, abbreviations should go into the private directory.
This commit is contained in:
dbo 2020-11-21 10:55:53 +01:00
parent 4555e0f789
commit 26ae993c1b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 2 deletions

View File

@ -472,8 +472,8 @@
:commands (winner-mode winner-undo winner-redo))
(use-package abbrev
:init (progn
(setq save-abbrevs 'silently))
:init (setq save-abbrevs 'silently
abbrev-file-name (expand-file-name "private/abbrev_defs"))
:diminish abbrev-mode)
(use-package appt