*** empty log message ***
This commit is contained in:
parent
b19c08e44d
commit
1bee149590
1 changed files with 7 additions and 0 deletions
|
@ -111,6 +111,13 @@
|
|||
|
||||
(eval-when-compile (require 'cl) (require 'vc))
|
||||
|
||||
;; XXX when this backend is considered sufficiently reliable this
|
||||
;; should be moved to vc-hooks.el
|
||||
(add-to-list 'vc-handled-backends 'GIT)
|
||||
(eval-after-load "vc"
|
||||
'(add-to-list 'vc-directory-exclusion-list ".git" t))
|
||||
|
||||
|
||||
(defvar git-commits-coding-system 'utf-8
|
||||
"Default coding system for git commits.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue