From b6857fd436a50ee60e9d30e41069bc52c209f459 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 26 Feb 2019 16:46:06 +0100 Subject: [PATCH] =?UTF-8?q?[Misc]=20Don=E2=80=99t=20error=20if=20abbreviat?= =?UTF-8?q?ion=20file=20is=20not=20present?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 3c66ca4..b89e2b6 100644 --- a/init.el +++ b/init.el @@ -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)