simple-hatena 使うよ2

移動することが多くなり気味なので,
色々なことをノートからできるようにする一環.

まずは,はてダラを使えるようにする.

$ ncftpget hostA local/bin local/bin/hw{,s}.pl
$ chmod +x local/bin/hw{,s}.pl
$ sudo aptitude install libwww-perl
$ sudo aptitude install libcrypt-ssleay-perl
$ cd ~/.emacs.d/elisp
$ svn co http://svn.coderepos.org/share/lang/elisp/simple-hatena-mode/trunk simple-hatena-mode
$ sudo aptitude install html-helper-mode
$ ncftpget -R hostA ~/.emacs.d/elisp .emacs.d/elisp/hatenahelper-mode
;;; for simple-hatena-mode
(add-to-list 'load-path
	     (expand-file-name "~/.emacs.d/elisp/simple-hatena-mode"))
(require 'simple-hatena-mode)

(require 'hatenahelper-mode)
(add-hook 'simple-hatena-mode-hook
          '(lambda ()
             (hatenahelper-mode 1)))

を~/.emacs に追加.

んでもって,M-x simple-hatena-setup