From b4e11e640e1d07d4a8615ca71dcc66b26c590d29 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 3 Mar 2024 14:12:06 +0000 Subject: emacs: Ensure that go-mode is installed --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs/init.el') 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 -- cgit v1.2.3-70-g09d2