all repos — archive/dotfiles @ c96e914059715e05d6bcef50f53ee048f088bd92

Superseded by nixfiles

Merge remote-tracking branch 'origin/master'

Alan Pearce
commit

c96e914059715e05d6bcef50f53ee048f088bd92

parent

c9a5e8b8a412daa6160e0d6d64c40bd978a7259b

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