APIdock + emacs integration
Inspired by the post APIdock + vim integration, and feeling jealous for a second, i’ve thought: “Hey, this can be easily done with emacs!!”
So, here you have APIdoc + emacs integration.
Just copy it to somewhere in your emacs path (i.e., ~/.emacs.d), and add this line to your ~/.emacs:
(eval-after-load ‘ruby-mode ‘(require ‘rails-apidock))
Complete script:
;; Simple function to search in Apidoc rails API ;; [...]