Emacs インストール

Linux

私はCentOS7(GUIサーバーインストール)を使っています。
Emacsを使うにはインストールが必要でした。

$ su
Password:
# yum -y install emacs ← インストール
# exit
exit
$ emacs -version ← Emacsのバージョンを確認する。
GNU Emacs 24.3.1
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
$ emacs ← Emacsが起動する。
‘C-h C-a’ ← [Ctrl+h, Ctrl+a]のこと。
Welcome to GNU Emacs, one component of the GNU/Linux operating system.
Get help
Emacs manual r Browse manuals i
Emacs tutorial t Undo changes C-x u
Buy manuals RET Exit Emacs C-x C-c
‘C-x C-c’← [Ctrl+x, Ctrl+c]のこと。
$ ← Emacsが終了した。