Compare commits

...

2 Commits

Author SHA1 Message Date
KJ d22f24ad4b Gitignore eshell history. 2024-04-21 18:09:34 -04:00
KJ d3c68d1ac6 Set quickrun shortcut only when is needed (prog modes). 2024-04-21 18:07:47 -04:00
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@ workspace/
/nov-places
/devdocs/
/.mc-lists.el
/eshell/

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