最近 Meadow の開発アクティビティが止まっているように見えることと、Emacs23 の Windows バイナリが配布されていることを知り移行開始。
;;;;;; ユーザのロードバスを有効にする
(setq load-path (cons (expand-file-name “~/lib/emacs”) load-path))
(load-file “~/lib/emacs/subdirs.el”)
とし、~/lib/emacs/ 以下に今まで使ってきた LISP を移動する。
shell-mode の設定
こちらを参考にした。
tramp の設定
puttyをインストールすれば良いだけ。init.el には記述不要。
コメントを残す