Skip to content

agonopol/unplugged-pack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unplugged-pack

Shared emacs-live settings from David Chelimsky, John Hume, and Jay Fields

Install/setup

This assumes you don't have emacs-live set up at all. Adjust to taste.

cd # to home dir
mv .emacs-live.el .emacs-live.el.bak # for safe keeping if you have it already
mv .emacs.d       .emacs.d.bak       # for safe keeping if you have it already
echo "(live-add-packs '(~/.emacs.d/local/unplugged-pack))" > .emacs-live.el
git clone https://github.com/overtone/emacs-live.git .emacs.d
cd .emacs.d
echo "local/*" >> .git/info/exclude
mkdir local
cd local
git clone https://github.com/jaycfields/unplugged-pack.git
git clone https://github.com/gar3thjon3s/expectations-mode.git
git clone [email protected]:alpaker/Fill-Column-Indicator.git

About

an emacs-live add on pack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%