emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 948dbeb 226/495: Issue 61.


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 948dbeb 226/495: Issue 61.
Date: Sat, 7 Aug 2021 09:05:19 -0400 (EDT)

branch: elpa/go-mode
commit 948dbebb3c25e7967c9005e9c4fcefcecef07669
Author: Mark Petrovic <mark.petrovic@xoom.com>
Commit: Mark Petrovic <mark.petrovic@xoom.com>

    Issue 61.
    
    Pieced together from
    
    http://dominik.honnef.co/posts/2013/03/writing_go_in_emacs/
---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index b781b36..6aab25d 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,22 @@ the following extra features to provide an improved 
experience:
 - Built-in support for displaying code coverage as calculated by `go
   test` (`go-coverage`)
 
+# Installation
+
+Put go-mode.el into a directory of your choice and add an instruction in the 
+Emacs init file to load it 
+
+     (add-to-list 'load-path "/place/where/you/put/it/")
+
+From within Emacs, run M-x update-file-autoloads, point it at the
+go-mode.el file and tell it to generate a go-mode-load.el file.
+
+To the Emacs init file add
+
+     (require 'go-mode-load)
+
+Restart Emacs.
+
 # Other extensions
 
 There are several third party extensions that can enhance the Go



reply via email to

[Prev in Thread] Current Thread [Next in Thread]