diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 48e754d..2f878a9 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -410,6 +410,10 @@ Prompt only if there are unsaved changes." | |||
410 | (custom-set-faces '(fringe | 410 | (custom-set-faces '(fringe |
411 | ((t (:foreground "dim gray")))))) | 411 | ((t (:foreground "dim gray")))))) |
412 | 412 | ||
413 | (defun acdw/require-private () | ||
414 | "Require `acdw-private', which is in private.el." | ||
415 | (require 'acdw-private "private.el")) | ||
416 | |||
413 | 417 | ||
414 | ;;; URL regexp | 418 | ;;; URL regexp |
415 | ;; really, I just want to add gemini:// protocol, but I'm going to do some | 419 | ;; really, I just want to add gemini:// protocol, but I'm going to do some |