From fdef187dc499224af9734f18bb58ecec86ebf887 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 25 Aug 2016 16:09:34 +1000 Subject: [PATCH] emacs: Updated readme to reference dotemacs repo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ``` -- 2.39.2