Cheat sheet
Emacs tips and tricks.
Melpa
~/.emacs
Note that you'll need to run M-x package-refresh-contents
or M-x package-list-packages
to ensure that Emacs has fetched the MELPA package list before you can install packages with M-x package-install
or similar.
References
https://melpa.org/#/getting-started
Golang
Install go-mode.
Indenting and autoformat
~/.emacs
Last updated