Compare commits
2 Commits
24abfebfe7
...
8ec7f0b425
Author | SHA1 | Date | |
---|---|---|---|
8ec7f0b425 | |||
d753809a27 |
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
(use-package orderless
|
(use-package orderless
|
||||||
:config
|
:config
|
||||||
(setq completion-styles '(orderless basic)
|
(setq completion-styles '(flex orderless basic)
|
||||||
completion-category-overrides '((file (styles partial-completion)))))
|
completion-category-overrides '((file (styles partial-completion)))))
|
||||||
|
|
||||||
(use-package cape
|
(use-package cape
|
||||||
|
@ -285,7 +285,9 @@
|
|||||||
:bind ("C-x C-r" . recentf-open-files)
|
:bind ("C-x C-r" . recentf-open-files)
|
||||||
:config
|
:config
|
||||||
(setq recentf-save-file
|
(setq recentf-save-file
|
||||||
(recentf-expand-file-name (concat temp-dir "/recentf")))
|
(recentf-expand-file-name (concat temp-dir "/recentf"))
|
||||||
|
recentf-max-saved-items 1000
|
||||||
|
recentf-max-menu-items 500)
|
||||||
(recentf-mode 1))
|
(recentf-mode 1))
|
||||||
|
|
||||||
;; Busqueda rápida con ripgrep
|
;; Busqueda rápida con ripgrep
|
||||||
|
Loading…
Reference in New Issue
Block a user