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 --- init.el | 2 +- lisp/acdw.el | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/init.el b/init.el index 6467bd9..4eb5e3f 100644 --- a/init.el +++ b/init.el @@ -85,7 +85,7 @@ (:also-load acdw-compat acdw-lisp acdw-reading) - (acdw/require-private) + (require 'acdw-private (acdw/sync-dir "private.el") :noerror) (:option user-full-name "Case Duckworth" user-mail-address (rot13-string "npqj@npqj.arg")) 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