From 197112f76807dbf6b5f2a57c55592f88554d634c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 10 Apr 2021 17:24:08 -0500 Subject: Add docstrings --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 4824b75..a53dada 100644 --- a/init.el +++ b/init.el @@ -27,7 +27,7 @@ (setup-define :straight (lambda (recipe) `(straight-use-package ',recipe)) - :documenation "Install RECIPE with `straight-use-package'." + :documentation "Install RECIPE with `straight-use-package'." :repeatable t :shorthand (lambda (sexp) (let ((recipe (cadr sexp))) @@ -41,7 +41,9 @@ (autoload #',command (symbol-name setup-name)) (define-key acdw/leader ,(if (stringp key) (kbd key) key) - #',command)))) + #',command))) + :documentation "Bind KEY to COMMAND in `acdw/leader' (C-z) map." + :repeatable t) ;;; `no-littering' (setup (:straight no-littering) -- cgit 1.4.1-21-gabe81