From 1c412b5f5651955b1f407d119c7cc39fbdb1c0d7 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 22 Apr 2015 12:24:01 +0900 Subject: [PATCH] Enable git-ps1-mode if available --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 6d3dd46..ab0d087 100644 --- a/emacs.el +++ b/emacs.el @@ -456,6 +456,9 @@ IF OK-IF-ALREADY-EXISTS is true force download." (count-lines (point-max) (point-min))))) +(when (require 'git-ps1-mode nil t) + (git-ps1-mode)) + ;; http://www.geocities.jp/simizu_daisuke/bunkei-meadow.html#frame-title ;; display date (call-after-init (lambda ()