From 4f2022390e0f459214aadf4d995d5f87b1001e5e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 13 Sep 2017 18:32:43 +0200 Subject: [PATCH] =?UTF-8?q?[Misc]=20Explicitly=20require=20=E2=80=98subr-x?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems as if sometimes ‘if-let’ won’t be available otherwise. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 10a658a..37ced56 100644 --- a/init.el +++ b/init.el @@ -227,6 +227,7 @@ (load-file custom-file) (use-package cl-lib) +(use-package subr-x) (use-package warnings :config (cl-pushnew '(undo discard-info) warning-suppress-types