Set quickrun shortcut only when is needed (prog modes).

This commit is contained in:
KJ 2024-04-21 18:07:47 -04:00
parent 04a3c86321
commit d3c68d1ac6
1 changed files with 4 additions and 1 deletions

View File

@ -288,7 +288,10 @@
(use-package quickrun
:defer t
:ensure t
:bind ("C-c r" . quickrun))
:bind (:map prog-mode-map
("C-c r" . quickrun)
)
)
;; Recentf - Guarda registro de los archivos abiertos recientemente
(use-package recentf