summary refs log tree commit diff stats
path: root/LaunchAgents
diff options
context:
space:
mode:
authorAlan Pearce2016-10-31 10:56:22 +0100
committerAlan Pearce2016-10-31 10:56:22 +0100
commit13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28 (patch)
treea4e26e23e7238b5f003f2286e685d0aea1b51557 /LaunchAgents
parent999b7ac844c980b46044d4e0c188e1a3bf76bc2e (diff)
downloaddotfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.lz
dotfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.zst
dotfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.zip
Reindent all the things
Diffstat (limited to 'LaunchAgents')
-rw-r--r--LaunchAgents/gnu.emacs.daemon.plist26
1 files changed, 13 insertions, 13 deletions
diff --git a/LaunchAgents/gnu.emacs.daemon.plist b/LaunchAgents/gnu.emacs.daemon.plist
index ecce7db..873e28f 100644
--- a/LaunchAgents/gnu.emacs.daemon.plist
+++ b/LaunchAgents/gnu.emacs.daemon.plist
@@ -2,18 +2,18 @@
 <!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>
+  <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>