[Misc] Don’t error if abbreviation file is not present

This commit is contained in:
Daniel - 2019-02-26 16:46:06 +01:00
parent 48bed56c5f
commit b6857fd436
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,8 @@
(appt-activate +1)
(savehist-mode 1)
(quietly-read-abbrev-file)
(with-demoted-errors "Cannot load abbreviations: %s"
(quietly-read-abbrev-file))
(size-indication-mode 1)
(display-battery-mode -1)