diff --git a/spacemacs b/spacemacs index 11c8684..caaa82c 100644 --- a/spacemacs +++ b/spacemacs @@ -349,6 +349,10 @@ you should place your code here." (lambda() (add-hook 'before-save-hook 'terraform-format-buffer))) +(add-hook 'go-mode-hook + (lambda() + (local-set-key (kbd "M-.") 'godef-jump))) + ;; Do not write anything past this comment. This is where Emacs will ;; auto-generate custom variable definitions. (custom-set-variables