From afc48b0729941d4c8759c5d93c4a473dd0ce7a0f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 17 Nov 2015 02:16:05 -0500 Subject: [PATCH] Update cask and readme --- Cask | 5 ++++- README.md | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cask b/Cask index afbe61b15..1aa7e174a 100644 --- a/Cask +++ b/Cask @@ -9,6 +9,8 @@ (depends-on "f") (depends-on "use-package") (depends-on "help-fns+") +(depends-on "persistent-soft") +(depends-on "async" :git "https://github.com/jwiegley/emacs-async") ; (depends-on "esup") ;; OSX --- core/core-os-osx.el @@ -117,7 +119,7 @@ ;; Data -- modules/module-data.el (depends-on "json-mode") -(depends-on "yaml-mode") +(depends-on "yaml-mode" :git "https://github.com/antalk2/yaml-mode") (depends-on "toml-mode") ;; Golang -- modules/module-go.el @@ -151,6 +153,7 @@ (depends-on "org-opml" :git "https://github.com/edavis/org-opml") (depends-on "company-math") (depends-on "ob-http") +(depends-on "org-download") ;; PlantUML -- modules/module-plantuml.el (depends-on "puml-mode") diff --git a/README.md b/README.md index 75703df90..de8e9142f 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ > What we do every night, Pinky... -This is Emacs for stubborn vimmers and megalomaniac mice alike. Its goals are: +This is Emacs for stubborn vimmers and megalomaniacal mice alike. Its goals are: first, to emulate vim as best it can, and second, surpass it in any possible way. Narf uses [Evil-mode](https://gitorious.org/evil/pages/Home) to emulate vim, Cask to manage plugins, and a slew of jury-rigged neckbeard shenanigans to -to keep my mountain dew cool. +keep my mountain dew cool. -It is tailored for the Emacs 24.5+ OSX users and sub-sub-sub-basement dwellers. +It is tailored for OSX users running Emacs 24.5+. Any contributions or suggestions are welcome. The world won't take over itself.