summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-05-17 15:44:22 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-05-17 15:44:22 +0100
commit87de9cfe09d9f7f1e309171a074e6da74fd9afc0 (patch)
treea5e56b85f71544e3e51287180839e731c01ee3b8 /emacs/init.el
parent9b10ce6fda4f4819030c1648afdc365d32e053ad (diff)
emacs: Fix bazel package name
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 1dd6ca9..3e11880 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -55,7 +55,7 @@
(blink-cursor-mode -1)
(scroll-bar-mode -1))
-(use-package bazel-mode
+(use-package bazel
:config (setq bazel-mode-buildifier-before-save t)
:ensure t)