Skip to content

erain/YMacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YMacs

This is erain@'s personal emacs configurations.

The configurations were heavily inspired by prelude. If you are looking for an out-of-the-box emacs configurations, my suggestion is to use that. I forked/rewrite of prelude simply because I want to learn, understand and control all my emacs configurations.

Go mode setup

There are some extra toolings needed to be set up for Go programming.

# Install go tools
GO111MODULE=on go get golang.org/x/tools/cmd/...
# Install gopls
GO111MODULE=on go get golang.org/x/tools/gopls@latest

Python mode setup

We need to have nave python language server installed

pip install -U setuptools
pip install 'python-language-server[all]'

About

Personal emacs configs from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published