diff options
author | Alan Pearce | 2016-07-07 20:35:18 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-07 20:35:18 +0200 |
commit | 4e3692216b416c7128ea7d580ffd87b61332487a (patch) | |
tree | d08aefcd4e7ea66bab90c32ae604eef8e885866a /hooks/post-up/emacs | |
parent | a7d0f41f8f9b676b7a9be4fe8cf760db8ed8ad47 (diff) | |
parent | 6afa8022aa833d2452cf16b4161f5258276b4688 (diff) | |
download | dotfiles-4e3692216b416c7128ea7d580ffd87b61332487a.tar.lz dotfiles-4e3692216b416c7128ea7d580ffd87b61332487a.tar.zst dotfiles-4e3692216b416c7128ea7d580ffd87b61332487a.zip |
Merge branch 'master' of git.alanpearce.uk:alan/dotfiles
Diffstat (limited to 'hooks/post-up/emacs')
-rwxr-xr-x | hooks/post-up/emacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs index 1cc19f9..aad74be 100755 --- a/hooks/post-up/emacs +++ b/hooks/post-up/emacs @@ -4,6 +4,7 @@ if [[ -s $commands[emacs] ]] then pushd ~/.emacs.d emacs --batch --eval "(progn +(setq vc-follow-symlinks nil) (find-file \"init.org\") (require 'ob-tangle) (org-babel-tangle nil \"init.el\") |