add mercurial as brew install. emacs.d bump.

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

@ -1 +1 @@
Subproject commit 8c5f224f709b5680145616e3acaca86328b22bb2
Subproject commit 6929aa194c4759e6115bcc20464653700dd3a657

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