doomemacs/modules/feature
Henrik Lissner 53fe7a1f04 Refactor Project API to reflect changes upstream
projectile-project-root no longer returns `default-directory` if not in
a project (it returns nil). As such, doom-project-* functions (and their
uses) have been refactored.

+ doom-project-p & doom-project-root are aliases for
  projectile-project-p & projectile-project-root.
+ doom-project-{p,root,name,expand} now has a DIR argument (for
  consistency, since projectile-project-name and
  projectile-project-expand do not).
+ The nocache parameter is no longer necessary, as projectile's caching
  behavior is now more sane.
+ Removed some projectile advice/hacks that are no longer necessary.
+ Updated unit tests
2018-09-28 21:13:27 -04:00
..
debugger Fix regexp for realgud popup rule 2018-07-04 21:23:56 +02:00
eval Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
evil feature/evil: refactor neotree-make-executor fix 2018-09-26 10:46:43 -04:00
file-templates Remove third line in section headers 2018-09-09 09:58:19 -04:00
lookup Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
snippets Fix invalid-function error on snippet prompt 2018-09-17 08:53:13 -04:00
spellcheck Don't override ispell-program-name 2018-08-11 01:59:37 +02:00
syntax-checker Fix vestigial refs to before-switch-buffer hook 2018-08-31 14:10:25 +02:00
workspaces Remove third line in section headers 2018-09-09 09:58:19 -04:00