Remove project directories config.

It is not neccesary now.
This commit is contained in:
KJ 2023-09-24 02:54:26 -04:00
parent 8ab0564ad8
commit d2772d6a6e
1 changed files with 0 additions and 8 deletions

View File

@ -194,7 +194,6 @@
:defer t
:bind ("C-c p" . projectile-command-map)
:hook (elpaca-after-init . projectile-mode)
:custom ((projectile-completion-system 'ivy))
:init
(setq projectile-mode-line-prefix ""
projectile-sort-order 'recentf
@ -204,13 +203,6 @@
(setq projectile-cache-file (expand-file-name "projectile.cache" temp-dir))
(setq projectile-known-projects-file (expand-file-name
"projectile-bookmarks.eld" temp-dir))
;; Carpetas donde tienes tus proyectos (deben tener un archivo .projectile o un repro git inicio).
(when (file-directory-p "~/Proyectos")
(setq projectile-project-search-path '("~/Proyectos")))
(when (file-directory-p "~/mnt/Nginx")
(setq projectile-project-search-path (append
projectile-project-search-path
'("~/mnt/Nginx"))))
;; Cambiar el título de la ventana de emacs
(setq frame-title-format