commit | b2475d3b53521706b75ad98826bc437a24a29039 | [log] [tgz] |
---|---|---|
author | Luigi Santivetti <luigi.santivetti@gmail.com> | Mon Nov 11 13:48:15 2019 +0000 |
committer | Luigi Santivetti <luigi.santivetti@gmail.com> | Mon Nov 11 13:48:15 2019 +0000 |
tree | 4d02e231c22e643fdb6f88440147ac644ab7713f | |
parent | 2cb89dd5728beff2f349e7049e5a55c3a81d3ced [diff] |
readme: add 'how to' instructions
Find here multiple files for customizing Emacs
# 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