From 20c643741773c6051d434b43694babc43924c2ed Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Thu, 7 Oct 2021 18:22:45 -0500
Subject: Use plain require

---
 lisp/acdw.el | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'lisp')

diff --git a/lisp/acdw.el b/lisp/acdw.el
index cc73071..5d23e72 100644
--- a/lisp/acdw.el
+++ b/lisp/acdw.el
@@ -665,12 +665,6 @@ ARGS."
   (custom-set-faces '(fringe
                       ((t (:foreground "dim gray"))))))
 
-(defun acdw/require-private ()
-  "Load \"~/.emacs.d/private.el\".
-It's called 'require-private' for historical reasons."
-  (load (expand-file-name "private.el" user-emacs-directory)
-        :noerror :nomessage))
-
 
 ;;; Recentf renaming with dired
 ;; from ... somewhere.  'rjs', apparently?
-- 
cgit 1.4.1-21-gabe81