Emacsでsimplenoteを操作してみた
読了まで:約2分
概要: simplenote.el を
以前、
simplenote.el
を導入する
simplenote.el
は、
- <https://github.com/cefstat/simplenote.el https://github.com/cefstat/simplenote.el>
からinstall-elisp.el
auto-install.el
を
M-x install-eslip
してから、
- <https://github.com/cefstat/simplenote.el/raw/master/simplenote.el https://github.com/cefstat/simplenote.el/raw/master/simplenote.el>
をC-c
C-c
すれば
simplenote.el
の設定
次に
大体
~/.emacs
(require 'simplenote)
(setq simplenote-email "your simplenote email")
(setq simplenote-password "your simplenote password")
(simplenote-setup)
ちなみに
で、pit.el
を
#!/home/nyarla/perl5/perlbrew/perls/current/bin/perl
use strict;
use warnings;
use Config::Pit;
my ( $prefix, $key ) = @ARGV;
my $pit = Config::Pit::get($prefix);
if ( exists $pit->{$key} ) {
print $pit->{$key};
}
exit;
で、emacs.d
~/.emacs
(require 'simplenote)
(setq simplenote-email (shell-command-to-string "~/config/config/emacs.d/bin/pitget simplenote email"))
(setq simplenote-password (shell-command-to-string "~/config/config/emacs.d/bin/pitget simplenote password"))
(simplenote-setup)
と
simplenote.el
の実行
これでsimplenote.el
のM-x
してsimplenote-browse
と
それで、[[Sync with Server]]
を
ちなみに
で、
大体の説明は終わり
ま
で、simplenote.el
を
simplenote.el
は
まあ、
日本のsimplenote.el
を
#FIXME