From 3f15bc72cf640add5f1fc051df938498622edc6b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Aug 2018 18:06:02 +0200 Subject: [PATCH] Add the go-mode package --- configuration.org | 7 +++++++ customizations.el | 1 + 2 files changed, 8 insertions(+) diff --git a/configuration.org b/configuration.org index 04b4317..190dc31 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index 7961846..57fe0be 100644 --- a/customizations.el +++ b/customizations.el @@ -89,6 +89,7 @@ gitignore-mode gitlab gnugo + go-mode gobgen google goto-last-change