Fix emacs_open for osx, will be broken in linux.

This commit is contained in:
2014-12-10 08:18:28 -08:00
parent 9f756c17d9
commit ed708fc875
3 changed files with 8 additions and 2 deletions

View File

@@ -28,6 +28,9 @@ def macvim(ctx):
ctx.run("brew install {0}".format(macvim_install))
ctx.run("vim +BundleInstall! +q +q")
@ctask
def setup_dbus(ctx):
ctx.run("ln -sfv /usr/local/opt/d-bus/*.plist ~/Library/LaunchAgents")
@ctask
def osx_config(ctx):