Explorar el Código

Update dired-k config

master
10sr hace 4 años
padre
commit
08b77b5889
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 4 adiciones y 6 borrados
  1. +4
    -6
      emacs.el

+ 4
- 6
emacs.el Ver fichero

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

;; ?


Cargando…
Cancelar
Guardar