Added autoload to main start procedure.
authorplugd <plugd@thelambdalab.xyz>
Thu, 23 May 2024 18:24:29 +0000 (20:24 +0200)
committerplugd <plugd@thelambdalab.xyz>
Sun, 26 May 2024 19:14:05 +0000 (21:14 +0200)
murk.el

diff --git a/murk.el b/murk.el
index e67d8e6..373b7c1 100644 (file)
--- a/murk.el
+++ b/murk.el
@@ -1316,6 +1316,7 @@ The head of this list is always the current context.")
 ;;; Main start procedure
 ;;
 
 ;;; Main start procedure
 ;;
 
+;;;###autoload
 (defun murk ()
   "Start murk or just switch to the murk buffer if one already exists."
   (interactive)
 (defun murk ()
   "Start murk or just switch to the murk buffer if one already exists."
   (interactive)