summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
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