summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-06-07 14:10:24 -0500
committerCase Duckworth2021-06-07 14:10:24 -0500
commit924d0fc4c78ba59e2360ae0e774c8f70d36cb931 (patch)
treea0afe39604248de11cab23b74454079035c5803b /lisp/acdw.el
parentMake Emacs work at work (diff)
parentChange ERC config (diff)
downloademacs-924d0fc4c78ba59e2360ae0e774c8f70d36cb931.tar.gz
emacs-924d0fc4c78ba59e2360ae0e774c8f70d36cb931.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el4
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