From: plugd Date: Thu, 23 May 2024 18:24:29 +0000 (+0200) Subject: Added autoload to main start procedure. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=e12b0f7c522cffd808fb603f6a15b41460b2a83d;p=lurk.git Added autoload to main start procedure. --- diff --git a/murk.el b/murk.el index e67d8e6..373b7c1 100644 --- a/murk.el +++ b/murk.el @@ -1316,6 +1316,7 @@ The head of this list is always the current context.") ;;; Main start procedure ;; +;;;###autoload (defun murk () "Start murk or just switch to the murk buffer if one already exists." (interactive)