Compare commits
2 Commits
440a181883
...
6e72f3677c
Author | SHA1 | Date |
---|---|---|
earnest ma | 6e72f3677c | |
earnest ma | 63e9bfeb2a |
|
@ -9,11 +9,7 @@ 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)
|
||||
;; 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"))
|
||||
(setq projectile-project-search-path project-locations))
|
||||
|
||||
(after! magit
|
||||
(add-hook! 'after-save-hook #'magit-after-save-refresh-status)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
;; change `org-directory'. It must be set before org loads!
|
||||
(setq org-directory "~/org/")
|
||||
|
||||
(load! ".local" doom-private-dir t)
|
||||
(load! ".local" doom-user-dir t)
|
||||
|
||||
(load! "+ui") ; theme, font, and appearance tweaks
|
||||
(load! "+projects") ; project-related
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
set nocompatible
|
||||
|
||||
set showmatch " show matching
|
||||
set ignorecase " case insensitive
|
||||
set mouse=v " middle-click paste
|
||||
|
|
|
@ -102,7 +102,7 @@ pash() {
|
|||
esac
|
||||
}
|
||||
|
||||
# GPG: invalidate acahe
|
||||
# GPG: invalidate cache
|
||||
gpgyeet() {
|
||||
echo RELOADAGENT | gpg-connect-agent
|
||||
unset GPG_TTY
|
||||
|
|
Loading…
Reference in New Issue