Update cask and readme

This commit is contained in:
Henrik Lissner 2015-11-17 02:16:05 -05:00
parent 6c5b26c159
commit afc48b0729
2 changed files with 7 additions and 4 deletions

5
Cask
View file

@ -9,6 +9,8 @@
(depends-on "f") (depends-on "f")
(depends-on "use-package") (depends-on "use-package")
(depends-on "help-fns+") (depends-on "help-fns+")
(depends-on "persistent-soft")
(depends-on "async" :git "https://github.com/jwiegley/emacs-async")
; (depends-on "esup") ; (depends-on "esup")
;; OSX --- core/core-os-osx.el ;; OSX --- core/core-os-osx.el
@ -117,7 +119,7 @@
;; Data -- modules/module-data.el ;; Data -- modules/module-data.el
(depends-on "json-mode") (depends-on "json-mode")
(depends-on "yaml-mode") (depends-on "yaml-mode" :git "https://github.com/antalk2/yaml-mode")
(depends-on "toml-mode") (depends-on "toml-mode")
;; Golang -- modules/module-go.el ;; Golang -- modules/module-go.el
@ -151,6 +153,7 @@
(depends-on "org-opml" :git "https://github.com/edavis/org-opml") (depends-on "org-opml" :git "https://github.com/edavis/org-opml")
(depends-on "company-math") (depends-on "company-math")
(depends-on "ob-http") (depends-on "ob-http")
(depends-on "org-download")
;; PlantUML -- modules/module-plantuml.el ;; PlantUML -- modules/module-plantuml.el
(depends-on "puml-mode") (depends-on "puml-mode")

View file

@ -4,13 +4,13 @@
> What we do every night, Pinky... > 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 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 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 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. Any contributions or suggestions are welcome. The world won't take over itself.