Browse Source

Enable git-ps1-mode if available

pull/15/head
10sr 9 years ago
parent
commit
1c412b5f56
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el View File

@@ -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 ()


Loading…
Cancel
Save