Remove the go-mode package

This commit is contained in:
Gergely Polonkai 2023-10-23 07:50:26 +02:00
parent db1d1dd95d
commit e7b1422f62
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 7 deletions

View File

@ -3211,13 +3211,6 @@ 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
** Meson build system
#+BEGIN_SRC emacs-lisp