doomemacs/modules/emacs/eshell/autoload
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
..
commands.el Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
eshell.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
evil.el Major redesign of emacs/eshell 2018-06-18 22:31:27 +02:00
prompts.el Fix "home/~" PWD in eshell prompt 2018-06-28 19:29:26 +02:00
settings.el Backport to Emacs 25: avoid (setf (alist-get ... 'equal)) 2018-09-12 23:03:02 +01:00