summary refs log tree commit diff stats
path: root/hooks/post-up/emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-10-31 10:56:22 +0100
committerAlan Pearce2016-10-31 10:56:22 +0100
commit13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28 (patch)
treea4e26e23e7238b5f003f2286e685d0aea1b51557 /hooks/post-up/emacs
parent999b7ac844c980b46044d4e0c188e1a3bf76bc2e (diff)
downloaddotfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.lz
dotfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.zst
dotfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.zip
Reindent all the things
Diffstat (limited to 'hooks/post-up/emacs')
-rwxr-xr-xhooks/post-up/emacs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs
index aad74be..cb9c091 100755
--- a/hooks/post-up/emacs
+++ b/hooks/post-up/emacs
@@ -2,8 +2,8 @@
 
 if [[ -s $commands[emacs] ]]
 then
-	pushd ~/.emacs.d
-	emacs --batch --eval "(progn
+  pushd ~/.emacs.d
+  emacs --batch --eval "(progn
 (setq vc-follow-symlinks nil)
 (find-file \"init.org\")
 (require 'ob-tangle)
@@ -11,5 +11,5 @@ then
 (byte-compile-file \"init.el\")
 (load-file \"init.el\")
 )"
-	popd
+  popd
 fi