emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/beardbolt 480e0371bf 094/323: Update documentation and


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 480e0371bf 094/323: Update documentation and add autoload
Date: Thu, 9 Mar 2023 10:58:21 -0500 (EST)

branch: externals/beardbolt
commit 480e0371bf31a47de1cf334831b3feac3a82778d
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    Update documentation and add autoload
---
 README.org | 8 ++++----
 rmsbolt.el | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index b0ca974894..47e423c93f 100644
--- a/README.org
+++ b/README.org
@@ -54,10 +54,10 @@ though.
 #+END_SRC
 
 * Running
- Once installed, use the ~rmsbolt-starter~ command (it will show up after
- ~(require 'rmsbolt)~) to generate starter files, or enable ~rmsbolt-mode~ in a
- supported language.  Then run ~rmsbolt-compile~ or use the default ~C-c C-c~
- binding. After the first run, the buffer should automatically update.
+ Once installed, use the ~rmsbolt-starter~ command to generate starter files, 
or
+ enable ~rmsbolt-mode~ in a supported language. Then run ~rmsbolt-compile~ or
+ use the default ~C-c C-c~ binding. After the first run, the buffer should
+ automatically update.
 
 * Demos
 ** C/C++
diff --git a/rmsbolt.el b/rmsbolt.el
index 1aadf05e5c..0a9ff7cdde 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -998,6 +998,7 @@ Argument STR compilation finish status."
     ;; FIXME: Why capital letter?
     ("java" . "Rmsbolt.java")))
 
+;;;###autoload
 (defun rmsbolt-starter (lang-name)
   "Setup new file based on the sample STARTER-FILE-NAME."
   (interactive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]