doomemacs/modules/tools
Henrik Lissner 9ab49be564
Fix "fatal: no names found" errors on 'doom rebuild'
Some packages that depend on org (like elfeed) will load the built-in
org early in the rebuild/package install process, which causes org to
define org-release and org-git-version, sometimes overwriting our stubs
for it. Without our hack, org call 'git describe' in the org repo in an
attempt to determine the installed version, which won't work in a sparse
clone. To ensure future definitions never overwrite ours, we advise them
as well.

Also moves magit-version hack to its autoload file, for consistency with
org's hacks.
2019-08-07 16:31:45 -04:00
..
ansible tools/ansible: don't init submodules 2019-07-29 17:24:20 +02:00
debugger def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
direnv Minor refactors & tweaks across the board 2019-08-06 14:50:42 -04:00
docker tools/docker: Update README.org 2019-07-30 15:22:19 +03:00
editorconfig Correct last inline hook defuns 2019-07-28 16:10:53 +02:00
ein Add ui/hydra module 2019-07-22 23:51:12 +02:00
eval Correct last inline hook defuns 2019-07-28 16:10:53 +02:00
flycheck Correct last inline hook defuns 2019-07-28 16:10:53 +02:00
flyspell tools/flyspell: don't spellcheck org blocks 2019-07-29 03:18:38 +02:00
gist def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
lookup def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
lsp Refactor lsp! function 2019-07-29 03:18:38 +02:00
macos tools/macos: conform to conventions 2019-07-22 23:54:43 +02:00
magit Fix "fatal: no names found" errors on 'doom rebuild' 2019-08-07 16:31:45 -04:00
make Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
pass def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
pdf 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
prodigy def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
rgb Add ui/hydra module 2019-07-22 23:51:12 +02:00
terraform 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
tmux/autoload 💥 Remove :feature category 2019-04-24 18:16:04 -04:00
upload 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
wakatime def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00