Compare commits

...

2 Commits

Author SHA1 Message Date
KJ
8ec7f0b425 Change completion styles. 2024-04-12 08:11:04 -04:00
KJ
d753809a27 Increase recentf saved items. 2024-04-12 08:08:49 -04:00
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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