Compare commits

..

No commits in common. "6e72f3677cc6b82cf30307531bb76f6e5980fcce" and "440a1818831d63d489d920f69d0e63d3f9893bdf" have entirely different histories.

5 changed files with 9 additions and 4 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.") 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

@ -10,7 +10,7 @@
;; change `org-directory'. It must be set before org loads! ;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/") (setq org-directory "~/org/")
(load! ".local" doom-user-dir t) (load! ".local" doom-private-dir t)
(load! "+ui") ; theme, font, and appearance tweaks (load! "+ui") ; theme, font, and appearance tweaks
(load! "+projects") ; project-related (load! "+projects") ; project-related

View File

@ -1,3 +1,5 @@
set nocompatible
set showmatch " show matching set showmatch " show matching
set ignorecase " case insensitive set ignorecase " case insensitive
set mouse=v " middle-click paste set mouse=v " middle-click paste

View File

@ -1,7 +1,6 @@
with import <nixpkgs> {}; [ with import <nixpkgs> {}; [
ghq ghq
hugo hugo
lychee
onefetch onefetch
nodejs nodejs
nix nix

View File

@ -102,7 +102,7 @@ pash() {
esac esac
} }
# GPG: invalidate cache # GPG: invalidate acahe
gpgyeet() { gpgyeet() {
echo RELOADAGENT | gpg-connect-agent echo RELOADAGENT | gpg-connect-agent
unset GPG_TTY unset GPG_TTY