Thursday, January 05, 2006

Meadow3 その3

.emacs(実際には~/.Meadow3/init.el)の設定
  • /Meadow3/dot.emacs.jaを~/.Meadow3/init.elにcopy&rename
  • 以下の設定が有効になるようにコメントアウトを解除
    • Mule-UCS の設定
    • Cygwin の bash を使う場合
    • fakecygpty の設定
  • 以下の設定を追加
    • custom-file の設定
      (setq custom-file "~/.Meadow3/.custom-file")
      (load "~/.Meadow3/.custom-file")
    • FQDNの取得
      (setq system-name (w32-get-fqdn))
    • $homeへ移動
      (cd "~")

Comments:

Post a Comment