From: James Bunton Date: Thu, 25 Aug 2016 06:09:34 +0000 (+1000) Subject: emacs: Updated readme to reference dotemacs repo X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/fdef187dc499224af9734f18bb58ecec86ebf887 emacs: Updated readme to reference dotemacs repo --- diff --git a/README.md b/README.md index 802991a..8a44855 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a set of configuration files for a bunch of Unix apps I use regularly. ## Basic setup ``` -git clone http://delx.net.au/git/dotfiles .dotfiles +git clone https://delx.net.au/git/dotfiles .dotfiles ``` @@ -35,15 +35,15 @@ ln -s ../git-hooks hooks ## Emacs setup -Symlink the emacs config: +Clone the dotemacs repository: ``` -ln -sf ~/.dotfiles/.emacs.d ~/ +git clone https://delx.net.au/git/dotemacs ~/.emacs.d ``` Initialise the emacs package submodules ``` -cd ~/.dotfiles +cd ~/.emacs.d git submodule init git submodule update ```