From e12b0f7c522cffd808fb603f6a15b41460b2a83d Mon Sep 17 00:00:00 2001 From: plugd Date: Thu, 23 May 2024 20:24:29 +0200 Subject: [PATCH] Added autoload to main start procedure. --- murk.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.20.1