Skip to content

catatsuy/dot.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.emacs.d

git clone https://github.com/catatsuy/dot.emacs.d.git ~/.emacs.d
# or
git clone ssh://github.com/catatsuy/dot.emacs.d.git ~/.emacs.d

設計思想

Go 環境設定

Go 自体の設定は終わっていること前提

go get -u golang.org/x/tools/cmd/goimports
go get -u github.com/rogpeppe/godef
go get -u golang.org/x/lint/golint
go get -u github.com/kisielk/errcheck
go get -u honnef.co/go/tools/cmd/staticcheck
GO111MODULE=on go get golang.org/x/tools/gopls@latest

elisp の追加

elisp を追加したい時は site-lisp に突っ込むか package.el で入れる

入れられないものは手動で入れる

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages