This file contains hidden or 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
| clojure-mode 1.8.0 installed Major mode for Clojure code | |
| find-file-in-project 2.0 installed Find files in a project quickly. | |
| gist 0.5 installed Emacs integration for gist.github.co$ | |
| htmlize 1.37 installed Convert buffer text and decorations $ | |
| idle-highlight 1.0 installed Convert buffer text and decorations $ | |
| inf-ruby 2.1 installed Run a ruby process in a buffer | |
| magit 0.8.1 installed Control Git from Emacs | |
| paredit 22 installed Minor mode for editing parentheses | |
| project-local-variables 0.2 installed Set project-local variables from a f$ | |
| ruby-mode 1.1 installed Major mode for editing Ruby files |
This file contains hidden or 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
| brew install https://raw.github.com/ryuichisaito6/homebrew/f12a21dd274899ef9ab14cd97e45f315dd982cf6/Library/Formula/oclint.rb |
This file contains hidden or 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
| #import <Foundation/Foundation.h> | |
| @protocol AsyncInit<NSObject> | |
| -(void)performAsyncInit; | |
| -(dispatch_queue_t)serial_queue; | |
| @end | |
| @interface AsyncInitProxy : NSProxy |