From 41ffc15191d335fb3e17b23cd9a463009d289724 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 6 Jun 2021 23:26:28 -0500 Subject: Write function to require private.el --- lisp/acdw.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/acdw.el') diff --git a/lisp/acdw.el b/lisp/acdw.el index 48e754d..2f878a9 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -410,6 +410,10 @@ Prompt only if there are unsaved changes." (custom-set-faces '(fringe ((t (:foreground "dim gray")))))) +(defun acdw/require-private () + "Require `acdw-private', which is in private.el." + (require 'acdw-private "private.el")) + ;;; URL regexp ;; really, I just want to add gemini:// protocol, but I'm going to do some -- cgit 1.4.1-21-gabe81