summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 08:31:37 -0600
committerCase Duckworth2022-01-04 08:31:37 -0600
commit5be29d6b25a5d23a71e26eb8549d06ae2a092dac (patch)
tree3ac6b8db67fe8e900743fc453696b0d10b275dba /lisp/acdw.el
parentShow agenda in the current window (diff)
parentAdd +crux.el (diff)
downloademacs-5be29d6b25a5d23a71e26eb8549d06ae2a092dac.tar.gz
emacs-5be29d6b25a5d23a71e26eb8549d06ae2a092dac.zip
Merge branch 'bankruptcy8' of https://tildegit.org/acdw/emacs into bankruptcy8
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 43cb5c7..a4e12f1 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -83,5 +83,11 @@ If Emacs is already started, run FUNCTION. Otherwise, add it to
83 (funcall function) 83 (funcall function)
84 (add-hook 'after-init-hook function))) 84 (add-hook 'after-init-hook function)))
85 85
86(defun +remember-prefix-arg (p-arg P-arg)
87 "Display prefix ARG, in \"p\" and \"P\" `interactive' types.
88I keep forgetting how they differ."
89 (interactive "p\nP")
90 (message "p: %S P: %S" p-arg P-arg))
91
86(provide 'acdw) 92(provide 'acdw)
87;;; acdw.el ends here 93;;; acdw.el ends here