Compare commits
No commits in common. "8ec7f0b425885bb3ef53fead8c288a5d9cddeb7e" and "24abfebfe765142e889fc108f90918c1edd8a732" have entirely different histories.
8ec7f0b425
...
24abfebfe7
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
(use-package orderless
|
(use-package orderless
|
||||||
:config
|
:config
|
||||||
(setq completion-styles '(flex orderless basic)
|
(setq completion-styles '(orderless basic)
|
||||||
completion-category-overrides '((file (styles partial-completion)))))
|
completion-category-overrides '((file (styles partial-completion)))))
|
||||||
|
|
||||||
(use-package cape
|
(use-package cape
|
||||||
|
@ -285,9 +285,7 @@
|
|||||||
: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