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

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

[elpa] externals/beardbolt 77398fec4f 078/323: Clarify starter/ folder m


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 77398fec4f 078/323: Clarify starter/ folder message
Date: Thu, 9 Mar 2023 10:58:19 -0500 (EST)

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

    Clarify starter/ folder message
---
 README.org | 1 +
 rmsbolt.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 8a54720f59..e7a9a0ae4d 100644
--- a/README.org
+++ b/README.org
@@ -26,6 +26,7 @@ versa. It supports more types of languages than any previous 
tool of it's kind.
   - Use *any* libraries on your machine trivially.
   - Customize colors and behavior through ~customize~.
   - Change tracking through magit/diff-hl/etc.
+  - Nyans are fully supported with nyan-mode.
 - Much more flexible and powerful
   - Supports dissasembling to bytecode as well as assembly
   - Supports many languages that godbolt does not support, such as python,
diff --git a/rmsbolt.el b/rmsbolt.el
index d01013c58f..6adfa8f803 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -957,7 +957,7 @@ Outputs assembly file if ASM."
          (src-file-exists (when src-file-name
                             (file-exists-p src-file-name))))
     (if (not src-file-exists)
-        (error "Could not find starter files! Are you sure the starter/ folder 
is available?")
+        (error "Could not find starter files! Are you sure the starter/ folder 
is available? If you want to overide, set `rmsbolt-dir' to your install path")
       (find-file file-name)
       (unless exists
         (insert-file-contents



reply via email to

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