From 04b6da865ec83c6006811ecd3541fa6b1b9f67b9 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Tue, 21 Jan 2020 01:15:58 +1100 Subject: [PATCH] README + category --- .category | 1 + README.md | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 .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/ +``` -- 2.39.2