readme: add 'how to' instructions
1 file changed
tree: 4d02e231c22e643fdb6f88440147ac644ab7713f
  1. README.md
  2. init/
README.md

Emacs Public archive


Find here multiple files for customizing Emacs

How to


# Clone this repo
 $ git clone https://bitbucket.org/luigi_s/emacstore.git ~/.emacs/emacstore

# Backup your old init.el
 $ [ -f  ~/.emacs/init.el ] && mv ~/.emacs/init.el ~/.emacs/init.el.old

# Link new init.el
 $ ln -sf ~/.emacs/emacstore/init/init-home.el ~/.emacs/init.el