Emacs synchronized memo management rails application.
setup
open http://localhost:3000/cap production deploy(load "~/src/memo_station/lib/memo-station.el")request.el and s.el installation not installed.
M-x package-install request M-x package-install s
Add the following in your .emacs file: (example)
(require 'memo-station)
(setq memo-station-url "http://memo/")
(global-unset-key "\C-j")
(global-set-key (kbd "C-j w") 'memo-station-create)
(global-set-key (kbd "C-j s") 'memo-station-search)