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

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

[elpa] externals/beardbolt 54bdd5090e 209/323: Add rustic-mode to defaul


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 54bdd5090e 209/323: Add rustic-mode to default rust definitions
Date: Thu, 9 Mar 2023 10:58:31 -0500 (EST)

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

    Add rustic-mode to default rust definitions
---
 rmsbolt.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/rmsbolt.el b/rmsbolt.el
index cc4115f85d..868d263d1a 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -856,6 +856,14 @@ return t if successful."
                           :objdumper 'objdump
                           :demangler "rustfilt"
                           :compile-cmd-function #'rmsbolt--rust-compile-cmd))
+   ;; Copy of above
+   (rustic-mode
+    . ,(make-rmsbolt-lang :compile-cmd "rustc"
+                          :supports-asm t
+                          :supports-disass nil
+                          :objdumper 'objdump
+                          :demangler "rustfilt"
+                          :compile-cmd-function #'rmsbolt--rust-compile-cmd))
    (ponylang-mode
     . ,(make-rmsbolt-lang :compile-cmd "ponyc"
                           :supports-asm t



reply via email to

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