branch: externals/beardbolt commit d126f452d2ee4809d5c9ab2e6fe968a13225ff80 Author: Jay Kamat <jaygka...@gmail.com> Commit: Jay Kamat <jaygka...@gmail.com>
Update README --- README.org | 4 ++-- rmsbolt.el | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 23d07c70b9..8a54720f59 100644 --- a/README.org +++ b/README.org @@ -1,11 +1,11 @@ * RMSbolt -A basic implementation of the [[https://github.com/mattgodbolt/compiler-explorer][godbolt compiler-explorer]] for Emacs. +An implementation of the [[https://github.com/mattgodbolt/compiler-explorer][godbolt compiler-explorer]] for Emacs. RMSBolt tries to make it easy to see what your compiler is doing. It does this by showing you the assembly output of a given source code file. It also highlights which source code a given assembly block corresponds to, and vice -versa. +versa. It supports more types of languages than any previous tool of it's kind. * Why RMSbolt over godbolt? diff --git a/rmsbolt.el b/rmsbolt.el index 0ef807fbfe..d01013c58f 100644 --- a/rmsbolt.el +++ b/rmsbolt.el @@ -22,8 +22,6 @@ ;;; Commentary: ;; rmsbolt is a package to provide assembly or bytecode output for a source code input file. -;; -;; ;;; Requires: