Reindent all the things
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M hooks/post-up/emacs → hooks/post-up/emacs
@@ -2,8 +2,8 @@ #!/usr/bin/env zsh 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 @@ (org-babel-tangle nil \"init.el\") (byte-compile-file \"init.el\") (load-file \"init.el\") )" - popd + popd fi