Skip to content

Emacs synchronized memo management rails application

Notifications You must be signed in to change notification settings

akicho8/memo_station

Repository files navigation

MemoStation

Emacs synchronized memo management rails application.

Setup

setup
rails s
open http://localhost:3000/

Deployment

cap production deploy

Emacs Interface

Make memo_station.el readable

ln -s ~/src/memo_station/lib/memo_station.el ~/.emacs.d/lib

request.el and s.el installation not installed.

M-x package-install request
M-x package-install s

Install curl as well

brew install curl
brew link curl

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)

About

Emacs synchronized memo management rails application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published