diff --git a/dotfiles/emacs.d b/dotfiles/emacs.d index 26b8ed54..aa9d29fd 160000 --- a/dotfiles/emacs.d +++ b/dotfiles/emacs.d @@ -1 +1 @@ -Subproject commit 26b8ed54d1b5e42de234320ddbf7a7bf1b8c27c5 +Subproject commit aa9d29fd344f3c647c6990fd05477c3bc930e16e diff --git a/tasks/osx.py b/tasks/osx.py index 8e89f07c..569dbfb2 100644 --- a/tasks/osx.py +++ b/tasks/osx.py @@ -31,7 +31,7 @@ SHOULD_INSTALL = ( "sbt", "node", "npm" ) MISC = ("file-formula", "less", "openssh --with-brewed-openssl", - "perl518", "rsync", "svn", "unzip", "docker", "boot2docker") + "perl518", "rsync", "svn", "unzip", "docker", "boot2docker", "pandoc") CASKS = ('alfred', 'caffeine', 'flux', 'google-chrome', 'iterm2', 'spotify', 'vlc', 'virtualbox') @ctask