forked from dimitri/el-get
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dimitri#935 from shishi/add_ruby-related_recipes
change some ruby-related recipes better one
- Loading branch information
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(:name flymake-ruby | ||
:description "Steve Purcell's Ruby Flymake support, with stricter warnings." | ||
:type http | ||
:url "https://gist.github.com/raw/758976/b4562bca1645a5567d02e97f04b1909401caa1ed/flymake-ruby.el" | ||
:features flymake-ruby | ||
:post-init (add-hook 'ruby-mode-hook 'flymake-ruby-load)) | ||
:type github | ||
:description "A flymake handler for ruby-mode files" | ||
:pkgname "purcell/flymake-ruby" | ||
:website "http://github.com/purcell/flymake-ruby" | ||
:post-init (add-hook 'ruby-mode-hook 'flymake-ruby-load)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(:name inf-ruby | ||
:description "Inferior Ruby Mode" | ||
:features inf-ruby | ||
:type elpa) | ||
:type http | ||
:description "Inferior Ruby Mode - ruby process in a buffer." | ||
:url "http://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/30505/raw/misc/inf-ruby.el") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
(:name ruby-mode | ||
:description "Major mode for editing Ruby files. RubyMode provides font-locking, indentation support, and navigation for Ruby code." | ||
:type elpa) | ||
:type http | ||
:description "Major mode for editing Ruby files." | ||
:url "http://bugs.ruby-lang.org/projects/ruby-trunk/repository/raw/misc/ruby-mode.el") |