Add go-lang support
This commit is contained in:
parent
42394b5e92
commit
de3035cb45
3 changed files with 158 additions and 0 deletions
|
@ -70,5 +70,11 @@
|
|||
(my/setup-run-code ruby-mode-map "ruby")
|
||||
(nmap ruby-mode-map "gd" 'rsense-jump-to-definition)))
|
||||
|
||||
(use-package go-mode
|
||||
:mode "\\.go\\'"
|
||||
:interpreter "go"
|
||||
:init
|
||||
(require 'go-autocomplete))
|
||||
|
||||
;;
|
||||
(provide 'mod-dev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue