Compare commits

..

No commits in common. "dea1db210d28bd8e5338a1b2fa0d767f13e34b37" and "427529fb70fc7d7147271b46e5222cf2d0095bf5" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -9,11 +9,7 @@ Most of them are managed using `ghq' in ~/ghq/, however there are also some
projects in other locations.") projects in other locations.")
(after! projectile (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 (after! magit
(add-hook! 'after-save-hook #'magit-after-save-refresh-status) (add-hook! 'after-save-hook #'magit-after-save-refresh-status)

View File

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