Explorar el Código

change keybind

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

+ 1
- 1
emacs.el Ver fichero

@@ -1608,7 +1608,7 @@ ARG is num to show, or defaults to 7."
(define-key ctl-x-map (kbd "f") 'my-dired-git-ls-files)
(with-eval-after-load 'dired
(defvar dired-mode-map (make-sparse-keymap))
(define-key dired-mode-map "f" 'my-dired-git-ls-files))
(define-key dired-mode-map "G" 'my-dired-git-ls-files))

;; (define-minor-mode my-dired-glob-filter)



Cargando…
Cancelar
Guardar