mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-10 23:31:11 -07:00
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
|
||
|---|---|---|
| .. | ||
| agda | ||
| assembly | ||
| cc | ||
| clojure | ||
| common-lisp | ||
| coq | ||
| crystal | ||
| csharp | ||
| data | ||
| elixir | ||
| elm | ||
| emacs-lisp | ||
| erlang | ||
| ess | ||
| go | ||
| haskell | ||
| hy | ||
| idris | ||
| java | ||
| javascript | ||
| julia | ||
| latex | ||
| ledger | ||
| lua | ||
| markdown | ||
| nim | ||
| nix | ||
| ocaml | ||
| org | ||
| perl | ||
| php | ||
| plantuml | ||
| purescript | ||
| python | ||
| qt | ||
| racket | ||
| rest | ||
| ruby | ||
| rust | ||
| scala | ||
| sh | ||
| solidity | ||
| swift | ||
| web | ||