Update cask and readme
This commit is contained in:
parent
6c5b26c159
commit
afc48b0729
2 changed files with 7 additions and 4 deletions
5
Cask
5
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")
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue