| Line | |
|---|
| 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 2 | ;; -*- coding: utf-8-unix -*- |
|---|
| 3 | ;; FSF Emacs 23 用 Vine Linux git 設定 |
|---|
| 4 | ;; IWAI, Masaharu <iwai@alib.jp> |
|---|
| 5 | ;; $Id$ |
|---|
| 6 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 7 | |
|---|
| 8 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 9 | ;; git の設定 |
|---|
| 10 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 11 | |
|---|
| 12 | ;; Git VC backend |
|---|
| 13 | (add-to-list 'vc-handled-backends 'GIT t) |
|---|
| 14 | (autoload 'git-status "git" "GIT mode." t) |
|---|
| 15 | (autoload 'git-blame-mode "git-blame" |
|---|
| 16 | "Minor mode for incremental blame for Git." t) |
|---|
| 17 | |
|---|
| 18 | (provide 'vine-default-git) |
|---|
| 19 | |
|---|
| 20 | ;; Local Variables: |
|---|
| 21 | ;; mode: emacs-lisp |
|---|
| 22 | ;; End: |
|---|
Note: See
TracBrowser
for help on using the repository browser.