From 3fc25e3cadf7f44016411e4679834ad14cd76074 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 19 Jan 2020 17:21:32 +0100 Subject: [PATCH] Require customizations in utilities package The function may make use of some custom variables, and this way we make sure they are there when needed. --- site-lisp/db-utils.el | 1 + 1 file changed, 1 insertion(+) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 7b347fb..b4d5d7a 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -11,6 +11,7 @@ (require 'subr-x) (require 'cl-lib) (require 'dash) +(require 'db-customize) ;;; application shortcuts