summary refs log tree commit diff stats
path: root/LaunchAgents
diff options
context:
space:
mode:
authorAlan Pearce2014-04-12 18:28:53 +0100
committerAlan Pearce2014-04-12 18:28:53 +0100
commit9860aaeff1ca330d2c4e375c8da5f246a82aa80e (patch)
tree39d4d99aa6a8c4075ff4e064855d6be8abc70abb /LaunchAgents
parent88343c9a362f491f60adbb2e731c9cc0e6995940 (diff)
downloaddotfiles-9860aaeff1ca330d2c4e375c8da5f246a82aa80e.tar.lz
dotfiles-9860aaeff1ca330d2c4e375c8da5f246a82aa80e.tar.zst
dotfiles-9860aaeff1ca330d2c4e375c8da5f246a82aa80e.zip
Rename launchagents folder
Diffstat (limited to 'LaunchAgents')
-rw-r--r--LaunchAgents/gnu.emacs.daemon.plist19
1 files changed, 19 insertions, 0 deletions
diff --git a/LaunchAgents/gnu.emacs.daemon.plist b/LaunchAgents/gnu.emacs.daemon.plist
new file mode 100644
index 0000000..ecce7db
--- /dev/null
+++ b/LaunchAgents/gnu.emacs.daemon.plist
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>ServiceDescription</key>
+	<string>Gnu Emacs Daemon</string>
+	<key>ProgramArguments</key>
+	<array>
+		<string>/Applications/Emacs.app/Contents/MacOS/Emacs</string>
+		<string>--daemon</string>
+	</array>
+	<key>RunAtLoad</key>
+	<true/>
+	<key>WorkingDirectory</key>
+	<string>/Users/alan</string>
+	<key>Label</key>
+	<string>gnu.emacs.daemon</string>
+</dict>
+</plist>