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\\'")
|
:mode "\\.csv\\'")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** The Go programming language
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package go-mode
|
||||||
|
:mode "\\.go\\'")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Games
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -89,6 +89,7 @@
|
|||||||
gitignore-mode
|
gitignore-mode
|
||||||
gitlab
|
gitlab
|
||||||
gnugo
|
gnugo
|
||||||
|
go-mode
|
||||||
gobgen
|
gobgen
|
||||||
google
|
google
|
||||||
goto-last-change
|
goto-last-change
|
||||||
|
Loading…
Reference in New Issue
Block a user