タグ

ブックマーク / aaauuue.s53.xrea.com (1)

  • My .emacs

    ;; --------------------------- ;; ユーザ用の設定ファイル ;; --------------------------- ;; --------------------------------------------------- ;; 環境場合分け用変数 ;; http://www.bookshelf.jp/soft/meadow_16.html#SEC157 ;; --------------------------------------------------- (defvar run-unix (or (equal system-type 'gnu/linux) (equal system-type 'usg-unix-v))) (defvar run-w32 (and (null run-unix) (or (equal system-type

  • 1