Add autoload

This commit is contained in:
Bram Schoenmakers 2023-04-10 09:40:56 +02:00
parent aa54f87114
commit fabb9394a5

View file

@ -41,6 +41,7 @@
(defvar ledger-buffer-name "*Ledger*"
"Name of the buffer to use for the `run-ledger' comint instance.")
;;;###autoload
(defun run-ledger ()
"Run an inferior instance of `ledger' inside Emacs."
(interactive)