Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 662 Bytes

install.org

File metadata and controls

33 lines (25 loc) · 662 Bytes

Install dependencies

emacs-plus homebrew

brew install emacs-plus --with-gnutls --with-mailutils --with-modern-icon

plantuml

brew install plantuml

go-mode

go get -u -v golang.org/x/tools/gopls@latest
go get -u -v github.com/rogpeppe/godef
go get -u -v golang.org/x/tools/cmd/goimports
go get -u -v github.com/golangci/golangci-lint/cmd/golangci-lint

Manual steps

all-the-icons-install-fonts

Add package-archives for ox-odt

("ox-odt" . "https://kjambunathan.github.io/elpa/")