diff options
author | Alan Pearce | 2016-10-31 10:56:22 +0100 |
---|---|---|
committer | Alan Pearce | 2016-10-31 10:56:22 +0100 |
commit | 13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28 (patch) | |
tree | a4e26e23e7238b5f003f2286e685d0aea1b51557 /hooks/post-up/emacs | |
parent | 999b7ac844c980b46044d4e0c188e1a3bf76bc2e (diff) | |
download | nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.lz nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.zst nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.zip |
Reindent all the things
Diffstat (limited to 'hooks/post-up/emacs')
-rwxr-xr-x | hooks/post-up/emacs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs index aad74be7..cb9c0916 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 |