Improve go-mode support
This commit is contained in:
parent
de5e498a77
commit
b580ffdb8a
2 changed files with 24 additions and 2 deletions
4
Cask
4
Cask
|
@ -132,6 +132,9 @@
|
|||
;; C#
|
||||
(depends-on "csharp-mode")
|
||||
(depends-on "omnisharp")
|
||||
;; Golang
|
||||
(depends-on "go-mode")
|
||||
(depends-on "go-eldoc")
|
||||
;; Java
|
||||
(depends-on "emacs-eclim")
|
||||
(depends-on "groovy-mode")
|
||||
|
@ -144,7 +147,6 @@
|
|||
;;(depends-on "org-plus-contrib")
|
||||
;;(depends-on "org-opml" :git "https://github.com/edavis/org-opml")
|
||||
;; Other
|
||||
(depends-on "go-mode")
|
||||
(depends-on "swift-mode")
|
||||
(depends-on "vimrc-mode")
|
||||
(depends-on "crystal-mode" :git "https://github.com/jpellerin/emacs-crystal-mode/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue