gdritter repos dotfiles / 3fcd6db
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
186186 (use-package ponylang-mode
187187 :ensure t)
188188
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)))
191192
192193
193194