summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-07-23 16:31:32 -0500
committerCase Duckworth2021-07-23 16:31:32 -0500
commit141c227b856c1777244303c0dbff5295072fed4c (patch)
tree60e090512d97779811120735198362b49ebeffad /lisp/acdw.el
parentChange re-builder to F2 (diff)
downloademacs-141c227b856c1777244303c0dbff5295072fed4c.tar.gz
emacs-141c227b856c1777244303c0dbff5295072fed4c.zip
Move private.el
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el6
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")) 425It'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