Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 790 Bytes

README.org

File metadata and controls

39 lines (28 loc) · 790 Bytes

MemoStation

Emacs synchronized memo management rails application.

Setup

setup
open http://localhost:3000/

Deployment

cap production deploy

Emacs Interface

(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)