Set quickrun shortcut only when is needed (prog modes).
This commit is contained in:
parent
04a3c86321
commit
d3c68d1ac6
@ -288,7 +288,10 @@
|
|||||||
(use-package quickrun
|
(use-package quickrun
|
||||||
:defer t
|
:defer t
|
||||||
:ensure 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
|
;; Recentf - Guarda registro de los archivos abiertos recientemente
|
||||||
(use-package recentf
|
(use-package recentf
|
||||||
|
Loading…
Reference in New Issue
Block a user