<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=72.165.232.134</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=72.165.232.134"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/72.165.232.134"/>
	<updated>2026-05-03T03:08:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Projectile&amp;diff=3383</id>
		<title>Projectile</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Projectile&amp;diff=3383"/>
		<updated>2012-09-05T17:18:42Z</updated>

		<summary type="html">&lt;p&gt;72.165.232.134: /* Helpful keybindings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Package&lt;br /&gt;
|name=Projectile&lt;br /&gt;
|description=Project management library&lt;br /&gt;
|author=[[User:Bozhidar | Bozhidar Batsov]]&lt;br /&gt;
|maintainer=[[User:Bozhidar | Bozhidar Batsov]]&lt;br /&gt;
|source=https://github.com/bbatsov/projectile&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Projectile''' is a project interaction library for Emacs. Its goal is to provide a nice set of features operating on a project level without introducing external dependencies. For instance - finding project files is done in pure [[Emacs Lisp]] without the use of GNU find.&lt;br /&gt;
&lt;br /&gt;
This library provides easy project management and navigation. The concept of a project is pretty basic - just a folder containing special file. Currently git, mercurial and bazaar repos are considered projects by default. If you want to mark a folder manually as a project just create an empty .projectile file in it. Some of projectile's features:&lt;br /&gt;
&lt;br /&gt;
* jump to a file in project&lt;br /&gt;
* jump to a project buffer&lt;br /&gt;
* multi-occur in project buffers&lt;br /&gt;
* grep in project&lt;br /&gt;
* regenerate project etags&lt;br /&gt;
&lt;br /&gt;
== Basic setup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(add-to-list 'load-path &amp;quot;/path/to/projectile/directory&amp;quot;)&lt;br /&gt;
(require 'projectile)&lt;br /&gt;
(projectile-global-mode) ;; to enable in all buffers&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Helpful keybindings ==&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-c p f}}&lt;br /&gt;
: Find a file in the project.&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-c p g}}&lt;br /&gt;
: Find text matches in the project&lt;br /&gt;
&lt;br /&gt;
== Common Customization ==&lt;br /&gt;
&lt;br /&gt;
=== Enable caching ===&lt;br /&gt;
&lt;br /&gt;
Indexing a large project can take a while. You can enable caching to prevent additional reindexing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq projectile-enable-caching t)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Helm]]&lt;br /&gt;
* [[Find File in Project]]&lt;br /&gt;
&lt;br /&gt;
== Project Pages ==&lt;br /&gt;
* [https://github.com/bbatsov/projectile GitHub Repo]&lt;br /&gt;
&lt;br /&gt;
== Tutorial Pages ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Project Management]][[Category:Convenience]][[Category:Third Party Package]]&lt;/div&gt;</summary>
		<author><name>72.165.232.134</name></author>
	</entry>
</feed>