From 05dfea96e5834bf8715e2e6f001502405c7cf14f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 4 Dec 2017 00:54:14 -0800 Subject: [PATCH] Change order of :defines and :functions within `use-package-keywords' --- up-core.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/up-core.el b/up-core.el index 6e9daadb211..d809970cdb7 100644 --- a/up-core.el +++ b/up-core.el @@ -60,7 +60,9 @@ :requires :load-path :no-require - :preface :defines :functions + :defines + :functions + :preface :after :custom :custom-face -- 2.39.2