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)