doomemacs/core/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
..
buffers.el Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
cache.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
cli.el Add commands for using bin/doom from inside Emacs 2018-09-28 21:13:27 -04:00
debug.el Refactor core-cli 2018-09-09 09:58:20 -04:00
editor.el Fix "end of buffer" errors on backspace 2018-09-21 00:52:53 -04:00
files.el Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
help.el Add commands for using bin/doom from inside Emacs 2018-09-28 21:13:27 -04:00
hydras.el Autoload defhydras & use new naming convention 2018-06-26 01:43:54 +02:00
line-numbers.el Minor refactors 2018-09-19 19:43:32 -04:00
message.el Minor refactors 2018-09-19 19:43:32 -04:00
packages.el Install/compile packages in order of declaration 2018-09-25 11:00:30 -04:00
projects.el Refactor Project API to reflect changes upstream 2018-09-28 21:13:27 -04:00
scratch.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
ui.el Fix doom/reload-font for XFT fonts 2018-09-20 22:22:14 -04:00