Browse Source

Update dired-k config

master
10sr 4 years ago
parent
commit
08b77b5889
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      emacs.el

+ 4
- 6
emacs.el View File

@@ -2858,12 +2858,10 @@ Any output will be written to current buffer."
;; always execute dired-k when dired buffer is opened and reverted
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)

;; This causes:
;; fatal: Unable to create '.git/index.lock': File exist.s
;; (add-hook 'switch-buffer-functions
;; (lambda (prev cur)
;; (when (derived-mode-p 'dired-mode)
;; (dired-k-no-revert))))
(add-hook 'switch-buffer-functions
(lambda (prev cur)
(when (derived-mode-p 'dired-mode)
(dired-k-no-revert))))
)

;; ?


Loading…
Cancel
Save