summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 9654a7a..190dc03 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -181,7 +181,9 @@
(add-hook 'before-save-hook #'eglot-format-buffer nil :local))
:hook ((go-mode . eglot-ensure)
- (go-mode . my/go-add-hooks)))
+ (go-mode . my/go-add-hooks))
+
+ :ensure t)
;; Git