diff options
author | Case Duckworth | 2021-06-06 23:26:28 -0500 |
---|---|---|
committer | Case Duckworth | 2021-06-06 23:27:01 -0500 |
commit | 41ffc15191d335fb3e17b23cd9a463009d289724 (patch) | |
tree | 66d650c14e752039c9c096feede57dda38a49609 /lisp | |
parent | Add unfill-region (diff) | |
download | emacs-41ffc15191d335fb3e17b23cd9a463009d289724.tar.gz emacs-41ffc15191d335fb3e17b23cd9a463009d289724.zip |
Write function to require private.el
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 |