Files
doomemacs/modules/lang
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
..
2018-09-21 14:52:42 +02:00
2018-06-23 19:53:54 +02:00
2018-09-06 01:29:01 +02:00
2018-09-09 09:58:20 -04:00
2018-09-11 22:42:05 +03:00
2018-06-23 19:53:54 +02:00
2018-09-10 22:39:11 -04:00
2018-09-18 15:19:50 -04:00
2018-09-09 09:58:19 -04:00
2018-08-22 02:35:55 +02:00
2018-09-09 09:58:20 -04:00
2018-06-18 02:34:16 +02:00
2018-06-02 02:53:54 +02:00
2018-08-21 03:34:39 +02:00