I don’t seem to be able to enable a go mode for emacs. C mode doesn’t work without semicolons. The best I have found is the JavaScript mode by Karl Landstrom, since JavaScript also doesn’t require semicolons.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
misc/emacs/go-mode.el(web link) in the Go distribution.If you are using Emacs 24 and marmalade repo, use
M-x package-install <RET> go-modeto install it directly.