Explorar el Código

Add dired-k-no-revert to switch-buffer-functions

master
10sr hace 5 años
padre
commit
b2d7d04711
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el Ver fichero

@@ -2487,8 +2487,11 @@ Any output will be written to current buffer."
;; `((,most-positive-fixnum)))

;; always execute dired-k when dired buffer is opened and reverted
;; TODO: Always up-to-date
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)
(add-hook 'switch-buffer-functions
(lambda (prev cur)
(when (derived-mode-p 'dired-mode)
(dired-k-no-revert))))
)

(add-hook 'python-mode-hook


Cargando…
Cancelar
Guardar