diff options
author | Case Duckworth | 2021-07-23 16:31:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-07-23 16:31:32 -0500 |
commit | 141c227b856c1777244303c0dbff5295072fed4c (patch) | |
tree | 60e090512d97779811120735198362b49ebeffad /lisp | |
parent | Change re-builder to F2 (diff) | |
download | emacs-141c227b856c1777244303c0dbff5295072fed4c.tar.gz emacs-141c227b856c1777244303c0dbff5295072fed4c.zip |
Move private.el
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 15756c2..2d98833 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -421,8 +421,10 @@ Prompt only if there are unsaved changes." | |||
421 | ((t (:foreground "dim gray")))))) | 421 | ((t (:foreground "dim gray")))))) |
422 | 422 | ||
423 | (defun acdw/require-private () | 423 | (defun acdw/require-private () |
424 | "Require `acdw-private', which is in private.el." | 424 | "Load \"~/.emacs.d/private.el\". |
425 | (require 'acdw-private "private.el")) | 425 | It's called 'require-private' for historical reasons." |
426 | (load (expand-file-name "private.el" user-emacs-directory) | ||
427 | :noerror :nomessage)) | ||
426 | 428 | ||
427 | 429 | ||
428 | ;;; URL regexp | 430 | ;;; URL regexp |