;; ;; git-init.el ;; ;; for Vine Linux with emacsen-common ;; IWAI, Masaharu (defcustom vine-default-git t "A boolean for vine-default-git" :type 'boolean) (add-hook 'vine-default-setup-hook (lambda() (if vine-default-git (require 'vine-default-git)))) ;;; end of file