From f0ea17b79fea6879a3057014aae8c4b804081821 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 24 Jul 2023 20:27:55 +0900 Subject: [PATCH] Fix typo --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 2200cb0..0bb6415 100644 --- a/emacs.el +++ b/emacs.el @@ -2187,7 +2187,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called." (add-hook 'go-mode-hook (lambda() (defvar go-mode-map) - (add-hook 'before-save-hook' 'gofmt-before-save nil t) + (add-hook 'before-save-hook 'gofmt-before-save nil t) (define-key go-mode-map (kbd "M-.") 'godef-jump))) (when (fboundp 'k8s-mode)