summaryrefslogtreecommitdiff
path: root/app-emacs/go-mode/files
diff options
context:
space:
mode:
authorVictor Gaydov <victor@enise.org>2016-05-08 12:06:40 +0300
committerIan Delaney <idella4@gentoo.org>2016-05-13 09:01:56 +0800
commit94ea431c4451cfec60df149fe20422133fae7efd (patch)
tree9784bb14f09e222c9ef1e512994c089329c0266c /app-emacs/go-mode/files
parent197be899f066909e4a587ae157a3c8972c089f66 (diff)
downloadgentoo-94ea431c4451cfec60df149fe20422133fae7efd.tar.gz
gentoo-94ea431c4451cfec60df149fe20422133fae7efd.tar.xz
app-emacs/go-mode: new package / ebuild
initial version 1.4.0, live ebuild prepared but abandonned entered under supervision of both the Gentoo GNU Emacs and Proxy Maintainers projects initial patches and discussion presented via the Gentoo-bug: #582434 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1428 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'app-emacs/go-mode/files')
-rw-r--r--app-emacs/go-mode/files/50go-mode-gentoo.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/go-mode/files/50go-mode-gentoo.el b/app-emacs/go-mode/files/50go-mode-gentoo.el
new file mode 100644
index 00000000000..331db4c92fe
--- /dev/null
+++ b/app-emacs/go-mode/files/50go-mode-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "go-mode-autoloads" nil t)