and a few other tweaks
Getty Ritter
a month ago
1 changed file(s) with
3 addition(s)
and
2 deletion(s)
.
Collapse all
Expand all
+3
-2
emacs.el
less
more
186
186
(use-package ponylang-mode
187
187
:ensure t)
188
188
189
(use-package bazel-mode
190
:ensure t)
189
(use-package bazel
190
:ensure t
191
:init (add-to-list 'auto-mode-alist '("\\.sky\\'" . bazel-mode)))
191
192
192
193
193
194