Compare commits
2 Commits
04a3c86321
...
d22f24ad4b
Author | SHA1 | Date | |
---|---|---|---|
d22f24ad4b | |||
d3c68d1ac6 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ workspace/
|
||||
/nov-places
|
||||
/devdocs/
|
||||
/.mc-lists.el
|
||||
/eshell/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user