source: projects/specs/trunk/g/git/vine-default-git.el @ 2062

Revision 2062, 706 bytes checked in by iwaim, 14 years ago (diff)

git 1.7.3.1-1

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.