소스 검색

Enable git-ps1-mode if available

pull/15/head
10sr 9 년 전
부모
커밋
1c412b5f56
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      emacs.el

+ 3
- 0
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 ()


불러오는 중...
취소
저장