Añadido hook para dired
This commit is contained in:
parent
7da76add0f
commit
7d8743e599
@ -83,4 +83,7 @@ T - tag prefix
|
|||||||
("q" nil)
|
("q" nil)
|
||||||
("." nil :color blue))
|
("." nil :color blue))
|
||||||
|
|
||||||
(define-key dired-mode-map "." 'hydra-dired/body)
|
;; Hook para que se ejecute al cargar dired
|
||||||
|
;; https://stackoverflow.com/questions/30989838/symbols-value-as-variable-is-void-dired-mode-map
|
||||||
|
(eval-after-load "dired" '(progn
|
||||||
|
(define-key dired-mode-map "." 'hydra-dired/body)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user