Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in README.md #118

Merged
merged 1 commit into from
Aug 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Purpose ("window-purpose" on MELPA) provides a new window management system for
Emacs, which gives you a better control over where Emacs displays buffers.

With Purpose, each buffer has a configurable "purpose" and each window
can interactivaly be dedicated to a certain "purpose". When you dedicate
can interactively be dedicated to a certain "purpose". When you dedicate
a window (<kbd>C-c , d</kbd>), Purpose makes sure that this window will be used
only for buffers which have the same purpose as the buffer that is
currently displayed in that window. The purpose of a buffer can be
Expand Down Expand Up @@ -66,7 +66,7 @@ In init file:
| | `purpose-save-window-layout`: save current layout (by name) |
| | `purpose-load-window-layout`: load layout (by name) |
| | `purpose-save-window-layout-file`: save current layout directly to file |
| | `purpose-load-window-layout`: load layout directly from file |
| | `purpose-load-window-layout-file`: load layout directly from file |
| | `purpose-reset-window-layout`: reload previously loaded layout |

### Example: Simple Python Layout
Expand Down Expand Up @@ -199,7 +199,7 @@ frame. This means you will get a "popup" frame for help buffers.

### Respect purposes when killing a buffer
When killing a visible buffer, Emacs has to decide which buffer to show instead.
Enabling the `purpose-x-kill` extension will make Emacs consider the purpoes of
Enabling the `purpose-x-kill` extension will make Emacs consider the purpose of
the window that needs to show a new buffer. If the window is purpose-dedicated,
the killed buffer is replaced with another buffer with the same purpose. If there
are no buffers with the same purpose as the killed buffer, the window is deleted.
Expand Down