Browse Source

Enable godef-jump shortcut

master
Brett Langdon 8 years ago
parent
commit
85c589e5be
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      spacemacs

+ 4
- 0
spacemacs View File

@ -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


Loading…
Cancel
Save