From 2980fe59b2c2b28e3059e889264f6aa327f1a718 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 20 Dec 2019 20:25:19 +0100 Subject: [PATCH] Update comment --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index 4622fd3..e98af9e 100644 --- a/init.el +++ b/init.el @@ -90,9 +90,7 @@ (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. + ;; been changed by customize. (with-demoted-errors "Cannot load abbreviations: %s" (quietly-read-abbrev-file))