]> code.delx.au - dotemacs/commitdiff
README + category
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 20 Jan 2020 14:15:58 +0000 (01:15 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 21 Jan 2020 11:50:01 +0000 (22:50 +1100)
.category [new file with mode: 0644]
README.md

diff --git a/.category b/.category
new file mode 100644 (file)
index 0000000..04204c7
--- /dev/null
+++ b/.category
@@ -0,0 +1 @@
+config
index 9affda896095668c0694280302327cad71976793..725f5793da82840f357276f43334a4386bde0b13 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,11 @@ cd ~/.emacs.d
 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/
+```