[Init] Explain why we explicitly load abbreviations

This commit is contained in:
Daniel - 2019-05-05 20:48:52 +02:00
parent 0e500ae0d0
commit 9370fa747f
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,11 @@
(appt-activate +1)
(savehist-mode 1)
;; We explicitly load abbreviations here, because `abbrev-file-name may have
;; been changed by customize. Since customizations are only loaded via
;; `after-init-hook, relying on Emacs to automatically loading abbreviations
;; would be too late.
(with-demoted-errors "Cannot load abbreviations: %s"
(quietly-read-abbrev-file))