doomemacs/core
Henrik Lissner 078e563355
Prevent duplicates in projectile file lists
Projectile has `projectile-git-command` and
`projectile-git-submodule-command`. By default, these use `git ls-files`
and `git submodule foreach 'echo $path'`, respectively. It uses them
together to index a full list of project files.

Since we've changed `projectile-git-command` to use `fd` or `ripgrep`,
which indexes submodules just fine (unlike git ls-files), you get
duplicates when projectile does a second pass with
`projectile-git-submodule-command`, so we unset it completely.
2019-12-13 17:28:33 -05:00
..
autoload Rewrite interactive CLI commands 2019-12-13 16:17:05 -05:00
cli cli/upgrade: fix dirty worktree detection 2019-12-13 14:53:52 -05:00
templates Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
test Prevent errors when starting tests 2019-12-05 21:06:16 -05:00
core-cli.el Slight reformatting of 'doom refresh' & 'doom compile' output 2019-12-08 00:57:10 -05:00
core-editor.el Fix #2183: suppress so-long when no comment syntax 2019-12-13 14:56:25 -05:00
core-keybinds.el Minor refactor & comment/docstring revision 2019-10-26 23:44:28 -04:00
core-lib.el Expand on lambda!/lambda!!'s docstrings 2019-12-13 14:35:28 -05:00
core-modules.el Shorten def-package{,-hook}! deprecation warnings 2019-12-03 20:02:32 -05:00
core-packages.el Prevent straight recipe lookup errors #2104 2019-11-23 01:44:49 -05:00
core-projects.el Prevent duplicates in projectile file lists 2019-12-13 17:28:33 -05:00
core-ui.el font-use-system-font = t if no font is set 2019-11-28 15:35:30 -05:00
core.el bidi-paragraph-direction = 'left-to-right 2019-12-08 20:14:11 -05:00
packages.el 💥 Drop Emacs 25.x support 2019-11-08 16:02:06 -05:00