Add bazel-mode

This commit is contained in:
joachimschmidt557 2022-04-13 17:00:50 +02:00
parent e47f861299
commit c4fadb713b
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -41,6 +41,11 @@
;; :host github
;; :repo "rudi/promela-mode"))
(straight-use-package '(bazel-mode
:type git
:host github
:repo "bazelbuild/emacs-bazel-mode"))
(straight-use-package '(llvm-mode
:type git
:host github