X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/7f61960e96b46fb3f513da6376ac4fe2961b21a9..c804c1b81e43130a9259193673083c05a17eaecb:/README.md diff --git a/README.md b/README.md index 9affda8..a3b18c0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # dotemacs -Clone the dotemacs repository: -``` -git clone https://delx.net.au/git/dotemacs ~/.emacs.d -``` +Configuration for Emacs. +## Usage Initialise the emacs package submodules ``` @@ -12,3 +10,8 @@ cd ~/.emacs.d git submodule init git submodule update ``` + +Set up Emacs daemon to autostart: +``` +systemctl --user enable --now emacs +```