Emacs synchronized memo management rails application.
setup
rails s
open https://localhost:3000/
cap production deploy
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 "https://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)