0

MELPA is unix based. I've been trying to install go-mode in emacs but came to nothing.

Are there any ways to install go-mode with all of its features in emacs on Windows

1 Answers1

0

add this to your init file:

(package-install 'go-mode)

or just paste it into the scratch buffer and M-X eval-last-sexp

SerialDev
  • 2,777
  • 20
  • 34
  • Were does init file supposed to be located on windows? Where should i put it? –  Dec 19 '16 at 12:57
  • http://stackoverflow.com/questions/189490/where-can-i-find-my-emacs-file-for-emacs-running-on-windows – SerialDev Dec 19 '16 at 13:04