【備忘録】Ubuntu 18.04 にEmacsをインストール。設定まで
学生の頃からEmacs信者なので、新調したPCに早速Emacsをインストールしていきます。
環境
Ubuntu 18.04日本語Remix
Emacsのインストール
インストールはコマンドラインからかんたんにできます。
$ sudo apt install 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を起動すると、~/.emacs.dが生成されるので、ここに設定ファイルを作成していきましょう。
~/.emacs.el や~/.emacs.d/init.el 等、設置ファイルの方式はいくつかありますが(起動時の探索順序が異なるようです)、今回は~/.emacs.d/init.elを編集していきます。
$ emacs ~/.emacs.d/init.el &
書き込む内容は、お好みでどうぞ。
スタートアップメニューの表示を取りやめたり、行番号を表示するようにしたり等、色々できます。
以下の記事に設定の記述方法がまとまっています。
Emacsのオススメ基本設定まとめ(.emacs.el)
(タイトルが.emacs.elとなっていますが、init.elに同様の記述をして問題ないです。)
以上、備忘録でした。
Author And Source
この問題について(【備忘録】Ubuntu 18.04 にEmacsをインストール。設定まで), 我々は、より多くの情報をここで見つけました https://qiita.com/MasahiroBW/items/f263e7a3dcfe69ec0561著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .