From: James Bunton Date: Mon, 20 Jan 2020 14:15:58 +0000 (+1100) Subject: README + category X-Git-Url: https://code.delx.au/dotemacs/commitdiff_plain/04b6da865ec83c6006811ecd3541fa6b1b9f67b9 README + category --- diff --git a/.category b/.category new file mode 100644 index 0000000..04204c7 --- /dev/null +++ b/.category @@ -0,0 +1 @@ +config diff --git a/README.md b/README.md index 9affda8..725f579 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,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/ +```