ホーム
おまかせ表示
ログイン
設定
MonoBookについて
免責事項
MonoBook
検索
「Emacs」の版間の差分
言語
ウォッチ
編集
← 古い編集
新しい編集 →
ビジュアル
ウィキテキスト
2014年10月8日 (水) 12:58時点における版
編集
153.220.40.143
(
トーク
)
→Mac OS X
← 古い編集
2014年10月10日 (金) 05:28時点における版
編集
取り消し
153.220.40.143
(
トーク
)
→起動
新しい編集 →
19行目:
19行目:
<source lang="bash">
<source lang="bash">
% emacs -f tetris
% emacs -f tetris
</source>
以下のように[[alias]]を利用すれば何時でも簡単に[[テトリス]]で遊び放題である。
<source lang="bash">
% alias tetris='emacs -f tetris'
</source>
</source>