diff options
| author | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2011-10-02 09:00:06 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2011-10-02 09:00:06 +0300 |
| commit | f4361ea6454dadfbe773bb0ff54c94d9efbaf885 (patch) | |
| tree | 987435cdb93b24770890e71e934ad2f2355b5012 | |
| parent | 320cdf2bf709797807f1dac69a6e0779e5f3dbe8 (diff) | |
added an usage sectionv0.1
| -rw-r--r-- | projectile.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projectile.el b/projectile.el index a992642..0ff927e 100644 --- a/projectile.el +++ b/projectile.el @@ -55,7 +55,15 @@ ;; ;;; Usage: ;; +;; Here's a list of the interactive Emacs Lisp functions, provided by projectile: ;; +;; * projectile-jump-to-project-file (C-c p j) +;; * projectile-grep-in-project (C-c p f) +;; * projectile-replace-in-project (C-c p r) +;; * projectile-switch-to-buffer (C-c p b) +;; * projectile-multi-occur (C-c p o) +;; * projectile-regenerate-tags (C-c p t) +;; * projectile-invalidate-project-cache (C-c p i) ;; ;;; Code: |
