Add the go-mode package
This commit is contained in:
parent
dc502b59f1
commit
3f15bc72cf
@ -2828,6 +2828,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
|
||||
:mode "\\.csv\\'")
|
||||
#+END_SRC
|
||||
|
||||
** The Go programming language
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package go-mode
|
||||
:mode "\\.go\\'")
|
||||
#+END_SRC
|
||||
|
||||
* Games
|
||||
|
||||
** Gnu Go
|
||||
|
@ -89,6 +89,7 @@
|
||||
gitignore-mode
|
||||
gitlab
|
||||
gnugo
|
||||
go-mode
|
||||
gobgen
|
||||
google
|
||||
goto-last-change
|
||||
|
Loading…
Reference in New Issue
Block a user