]> code.delx.au - dotemacs/blobdiff - README.md
README + category
[dotemacs] / README.md
index 9affda896095668c0694280302327cad71976793..725f5793da82840f357276f43334a4386bde0b13 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,8 @@
 # dotemacs
 
 # dotemacs
 
-Clone the dotemacs repository:
-```
-git clone https://delx.net.au/git/dotemacs ~/.emacs.d
-```
+Configuration for Emacs.
 
 
+## Usage
 
 Initialise the emacs package submodules
 ```
 
 Initialise the emacs package submodules
 ```
@@ -12,3 +10,11 @@ cd ~/.emacs.d
 git submodule init
 git submodule update
 ```
 git submodule init
 git submodule update
 ```
+
+Set up Emacs daemon to autostart:
+```
+mkdir -p ~/.config/autostart
+ln -sf ~/.dotfiles/.config/autostart/emacs.desktop ~/.config/autostart
+mkdir -p ~/.local/share/applications
+ln -sf ~/.dotfiles/.local/share/applications/emacs.desktop ~/.local/share/applications/
+```