소스 검색

Update dired-k config

master
10sr 4 년 전
부모
커밋
eb1e737c5d
로그인 계정: 10sr GPG 키 ID: C384BB17CBB19347
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el 파일 보기

@@ -2875,7 +2875,8 @@ Any output will be written to current buffer."

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; dired-k
;; なんかよくわからないけど頻繁に index.lock を残してしまう
;; Current HEAD of original repo is broken
;; https://github.com/syohex/emacs-dired-k/issues/45
(when (fboundp 'dired-k)
(set-variable 'dired-k-style 'git)

@@ -2888,7 +2889,7 @@ Any output will be written to current buffer."
;; `((,most-positive-fixnum)))

;; always execute dired-k when dired buffer is opened and reverted
;; (add-hook 'dired-after-readin-hook #'dired-k-no-revert)
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)

;; This causes:
;; fatal: Unable to create '.git/index.lock': File exist.s


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