]> code.delx.au - dotemacs/blobdiff - README.md
SSH_AUTH_SOCK
[dotemacs] / README.md
index 9affda896095668c0694280302327cad71976793..a3b18c0de017fd012b650ce5b4eee9bd0388fc3d 100644 (file)
--- 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
+```