简体   繁体   English

如何在Windows的Emacs中安装go-mode?

[英]How to install go-mode in Emacs on windows?

MELPA is unix based. MELPA基于Unix。 I've been trying to install go-mode in emacs but came to nothing. 我一直试图在emacs中安装go-mode,但是一无所获。

Are there any ways to install go-mode with all of its features in emacs on Windows 是否有任何方法可以在Windows的emacs中安装go-mode及其所有功能

add this to your init file: 将此添加到您的初始化文件:

(package-install 'go-mode)

or just paste it into the scratch buffer and MX eval-last-sexp 或仅将其粘贴到暂存缓冲区和MX eval-last-sexp

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM