Compare commits

...

2 Commits

Author SHA1 Message Date
earnest ma dea1db210d
* 2022-07-29 20:58:53 -04:00
earnest ma b65ff13116
Doom: Work around projectile fd issue 2022-07-29 20:46:58 -04:00
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,11 @@ Most of them are managed using `ghq' in ~/ghq/, however there are also some
projects in other locations.")
(after! projectile
(setq projectile-project-search-path project-locations))
(setq projectile-project-search-path project-locations)
;; TODO Work-around https://github.com/doomemacs/doomemacs/issues/6600
;; https://github.com/doomemacs/doomemacs/pull/6597
;; https://github.com/bbatsov/projectile/issues/1788
(setq projectile-generic-command "fd . -0 --type f --color=never"))
(after! magit
(add-hook! 'after-save-hook #'magit-after-save-refresh-status)

View File

@ -3,6 +3,8 @@
default-cache-ttl 86400
max-cache-ttl 86400
# pinentry-program /usr/bin/pinentry-gnome3
# macos
# pinentry-program /opt/homebrew/bin/pinentry-mac
# idk if this needs to be adjusted for macos
allow-emacs-pinentry
allow-loopback-pinentry