all repos — archive/dotfiles @ 13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28

Superseded by nixfiles

Reindent all the things

Alan Pearce
commit

13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28

parent

999b7ac844c980b46044d4e0c188e1a3bf76bc2e

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M hooks/post-up/emacshooks/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