ubuntuにemacsをインストールする

学生の時に使っていたemacsを自宅ubuntuマシンにインストールします。

 

UBUNTUのバージョン

  • ~$ cat /etc/issue
    Ubuntu 18.04.4 LTS

emacsインストール

  • ~$ sudo apt install emacs

emacsのバージョンの確認

  • ~$ emacs --version
    GNU Emacs 25.2.2
    Copyright (C) 2017 Free Software Foundation, Inc.
    GNU Emacs comes with ABSOLUTELY NO WARRANTY.
    You may redistribute copies of GNU Emacs
    under the terms of the GNU General Public License.
    For more information about these matters, see the file named COPYING.

Emacs起動

emacsの起動は、terminal画面から

で起動する。

emacsのウィンドウを開かずに、terminal画面上で起動するには、terminal画面から

または

  • ~$ emacs --no-window-system

と入力する