5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Emacsのgitクライアントmagitのインストール

Posted at

こちらのエントリを参考にEmacsのgitクライアントMagitを使い始めました。

私の場合、追加でいれるlisp類はユーザのディレクトリにいれるようにしているので、自分がしたインストールの仕方をメモしておきます。

$ cd .emacs.d/elisp/
$ git clone git@github.com:magit/magit.git

設定ファイルに下記を追加します。

.emacs.d/init.el
(add-to-list 'load-path "~/.emacs.d/elisp/magit")
(require 'magit)
5
5
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?