Compare commits

..

No commits in common. "d22f24ad4ba7b474cb8e83995347633c31a4be94" and "04a3c86321abf399a7281c59a9b742c6d84ac19b" have entirely different histories.

2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -288,10 +288,7 @@
(use-package quickrun (use-package quickrun
:defer t :defer t
:ensure t :ensure t
:bind (:map prog-mode-map :bind ("C-c r" . quickrun))
("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