aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-02-13Fix typos in the markdown filesBozhidar Batsov
2026-01-09Bump the copyright yearsBozhidar Batsov
2025-02-04Add a couple of extra design notesBozhidar Batsov
2025-02-04Use a more specific linkBozhidar Batsov
2025-02-04Move the design goals to their own sectionBozhidar Batsov
2025-02-04[Docs] Remove mentions of selectrumBozhidar Batsov
It was deprecated in favor of vertico.
2025-01-20Use the new GFM admonition syntaxBozhidar Batsov
2025-01-11Bump the copyright yearsBozhidar Batsov
2024-02-11Bump the copyright yearsBozhidar Batsov
2023-03-12[#1148] Don't show deleted files in listing (#1825)Radon Rosborough
When fd is installed, use it with appropriate options instead of git ls-files in order to fix https://github.com/bbatsov/projectile/issues/1148
2023-02-28Bump the copyright yearsBozhidar Batsov
2023-02-24Add a Discord badgeBozhidar Batsov
2022-11-01Mention projectile-project-search-path more prominentlyBozhidar Batsov
2022-10-28[Docs] Tweak the list of featuresBozhidar Batsov
2022-10-25[Fix #1795] Mention minibuffer completion frameworks in the READMEBozhidar Batsov
2022-10-04[Fix #1788] Add notes about minimal version of `fd`Ruslan Bekenev
Update readme and projectile.el
2022-08-27Tweak wordingBozhidar Batsov
2022-07-19Bump the copyright yearsBozhidar Batsov
2021-09-16Tweak some wordingBozhidar Batsov
2021-08-19Shuffle around the README badgesBozhidar Batsov
2021-08-12Mention NonGNU ELPABozhidar Batsov
2021-06-18Fix a typoBozhidar Batsov
2021-05-26[Docs] Add a note about fish-related problemsBozhidar Batsov
See #1668 for more details.
2021-05-25Trim the features listed in the READMEBozhidar Batsov
2021-05-24Tweak some wordingBozhidar Batsov
2021-01-25Bump the copyright yearsBozhidar Batsov
2020-11-28Use rebar3 as the default build system for Erlang projectsk32
2020-11-23Tweak some wordingBozhidar Batsov
2020-11-22Update README.mdEdd Sansome
Add a link to the user manual in 'Basic Usage' for people who skim past the first link (like me) :)
2020-11-21Add auto-detection of completion system (#1602)Daniel Mendler
2020-09-09Add an extra heading to the READMEBozhidar Batsov
2020-08-21Switch over continuous integration from Travis to GitHub workflowsPaul Pogonyshev
2020-06-24Fix broken imageBozhidar Batsov
2020-06-24Add missing headingBozhidar Batsov
2020-04-16Fix code examples markupBozhidar Batsov
2020-02-07[Docs] Improve the demo's descriptionBozhidar Batsov
2020-02-06Add an animated demoBozhidar Batsov
2020-02-04Mention a couple of caveatsBozhidar Batsov
2020-02-04Tweak some wordingBozhidar Batsov
2020-02-01Replace links to Salt with GitHub SponsorsBozhidar Batsov
2020-01-19Bump the copyright yearsBozhidar Batsov
2019-05-29Remove liberapay and gitter linksBozhidar Batsov
2019-01-01Bump the copyright yearsBozhidar Batsov
2018-09-27Update a couple of links to the manualBozhidar Batsov
2018-09-24[Fix #972] Add toggle for project read only mode.Wenshan Ren
- it generates a `.dir-locals.el' file which controls the read-only behavior. - logic is copied from ggtags.
2018-08-08Don't provide any default keymap prefixBozhidar Batsov
Turns out C-c C-p conflicted with many modes, so I think it's best to just leave it to the users to select whatever works best for them.
2018-07-21Change the prefix for the Projectile mode commands to `C-c C-p`Bozhidar Batsov
This brings the default keymap in line with the established Emacs conventions. If someone misses the old keybinding: ``` (setq projectile-keymap-prefix (kbd "C-c p")) ```
2018-07-11Move the extensions listing to the manualBozhidar Batsov
2018-07-09Update the donation linksBozhidar Batsov
2018-01-16Make the license more prominent and bump the copyright yearsBozhidar Batsov