add mercurial as brew install. emacs.d bump.

This commit is contained in:
2014-10-16 17:01:43 -07:00
parent 9b2730e031
commit 0e22f67464
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,8 @@ SHOULD_INSTALL = (
"sbt", "node", "npm"
)
MISC = ("file-formula", "less", "openssh --with-brewed-openssl",
"perl518", "rsync", "svn", "unzip", "docker", "boot2docker", "pandoc")
"perl518", "rsync", "svn", "unzip", "docker", "boot2docker", "pandoc",
"mercurial")
CASKS = ('alfred', 'caffeine', 'flux', 'google-chrome', 'iterm2', 'spotify', 'vlc', 'virtualbox')
@ctask