Skip to content

collinbarnwell/my-emacs-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Install deps:

## Googly emacs:
sudo apt-get install emacs-google-config

## Buildifier:
sudo apt-get install golang-go
local install_location=/usr/local/bin/buildifier
export GOPATH=/tmp/gopath
go get github.com/bazelbuild/buildtools/buildifier
sudo mv $GOPATH/bin/buildifier $install_location
rm -rf /tmp/tmp-gopath

# Clone this repo.

git clone --recurse-submodules https://github.com/collinbarnwell/my-emacs-setup.git .emacs.d

# Keep trying

emacs --debug-init nofile.txt &

# until it works.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published