Skip to content

Commit

Permalink
release: minor mode and go back where you omni-scrath from
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Apr 14, 2017
1 parent 59fcebb commit a19fba7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ All notable changes to *omni-scratch.el* will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
## [0.3.0] - 2017-04-14
### Added
- Add a minimalist minor mode to buffers
- Add a `omni-scratch-goto-last` alias
### Changed
- calling function from scratch buffer will move you back where you came from

## [0.2.0] - 2017-04-13
### Added
- Add a omni-scratch-quit function
- Add a `omni-scratch-quit` function
### Changed
- rename functions to shorter name
## [0.1.1] - 2015-05-21
Expand Down
10 changes: 6 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ If you use [[https://github.com/jwiegley/use-package][use-package]] you could us
* Usage

Fonctionalities are limited for now to this:
- you can create a scratch buffer with the current mode you are using =omni-scratch-major-buffer=
- you can create a scratch buffer with the current mode you are using =omni-scratch-major-buffer=.
Calling it a second time from the scratch buffer will bring you back to the buffer you came from
- you can create a new scratch buffer with =omni-scratch-buffer=. (Default to =fundamental-mode=)
- you can go to the latest edited scratch with =omni-scratch-goto-latest=
- you can quit a scratch buffer with =omni-scratch-quit= which will save its content to the kill ring

* Notes
* About

This is still a *prototype*. So if ever you think about using it, prefer the =master= branch, and expect to update your config.
Name of function and even behavior +might+ will change, so don't be suprised
This is still a *prototype*. So if ever you think about using it, prefer the =master= branch or elpa stable, and expect to update your config from times to times until stabilization.

Name of function and even behavior might change, so don't be suprised. This will be reported in the [[./CHANGELOG.md][Changelog]].

*If you have any remark, refactor suggestion or else, just pose an issue ;)*

0 comments on commit a19fba7

Please sign in to comment.