-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#+TITLE: helm-purpose | ||
helm-purpose provides specialized [[https://github.com/emacs-helm/helm/][Helm]] commands and sources for [[https://github.com/bmag/emacs-purpose/][Purpose]]. | ||
|
||
* Features | ||
- helmize all Purpose commands | ||
- special helm commands: | ||
+ =helm-purpose-switch-buffer-with-purpose=: same as =helm-buffers-list=, but | ||
only list buffers with a specific purpose (default: same purpose as current | ||
buffer). | ||
+ =helm-purpose-switch-buffer-with-some-purpose=: choose a purpose, then call | ||
=helm-purpose-switch-buffer-with-purpose=. | ||
+ =helm-purpose-mini-ignore-purpose=: same as =helm-mini=, but ignore Purpose | ||
when displaying the buffer. | ||
|
||
* Setup | ||
Just call =helm-purpose-setup= in your init file. It will helmize all Purpose | ||
commands, but won't change any key bindings. Alternatively, you can set | ||
=purpose-preferred-prompt= to =helm= instead. | ||
|
||
* Key Bindings | ||
=helm-purpose= doesn't bind any keys, you are free to define your own bindings | ||
as you please. |