You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(customisation): Make Projectile configuration optional
Add a new `prelude-projectile` user option, so that integration with
Projectile can optionally be disabled.
This is enabled by default, but it can be useful to turn this off --
for example, if one wishes instead to use Emacs' native `project.el` for
project interaction.
Refs: https://github.com/bbatsov/projectile
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
- Add `prelude-vertico` module. Vertico a simpler alternative to `ivy-mode` and supersedes Selectrum.
16
16
-[#1421](https://github.com/bbatsov/prelude/issues/1421): Make it possible to configure the TypeScript format action using `prelude-ts-format-action`.
17
17
-[#1354](https://github.com/bbatsov/prelude/issues/1354): Remove default `C--` and `C-+` keybindings to increase/decrease the font size.
18
+
- Add `prelude-projectile` user option, allowing Projectile integration to be disabled.
0 commit comments