[Misc] Customize path to abbreviations

This commit is contained in:
Daniel - 2017-10-17 22:20:57 +02:00
parent e49a3e3236
commit 05400e9366
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 2 deletions

View File

@ -450,8 +450,6 @@ _h_ _l_ _o_k _y_ank
(use-package abbrev
:commands (quietly-read-abbrev-file)
:init (setq abbrev-file-name
(expand-file-name "private/abbrev_defs" emacs-d))
:config (progn
(setq-default abbrev-mode t)
(setq save-abbrevs 'silently))