Skip to content

Instantly share code, notes, and snippets.

Magit

概要

Magit を使っていて、なかなか快適なので、 今更かと思いつつ、私の使い方をまとめてみる。

設定

M-x package-list-packages で magit が出てくるので、そこからインストールする。

;;; Improved kotlin indentation.
;;;
;;; ~/.emacs:
;;;
;;; (with-eval-after-load 'kotlin-mode
;;; (require 'kotlin-indent))
;;;
(require 'paren)
(require 'font-lock)