All notable changes to omni-scratch.el will be documented in this file. This project adheres to Semantic Versioning.
0.6.0 - 2017-10-09
- Minor mode map
- Background more pale (by opt out)
- Universal prefix arg handling
0.5.0 - 2017-10-08
- Remove
-buffer
suffix in the function name:omni-scratch
etomni-scratch-major
omni-scratch-buffer
to have a scraych buffer attached to current buffer- Calling with universal arg open the scratch buffer in other window
- Selected region is now copied and inserted in the scratch buffer
0.4.1 - 2017-04-16
- Version in omni-scratch.el
0.4.0 - 2017-04-14
- Helm list with
omni-scratch-buffers
- Ability to define the default scratch mode
0.3.0 - 2017-04-14
- Add a minimalist minor mode to buffers
- Add a
omni-scratch-goto-last
alias
- calling function from scratch buffer will move you back where you came from
0.2.0 - 2017-04-13
- Add a
omni-scratch-quit
function
- rename functions to shorter name
0.1.1 - 2015-05-21
- Add package prefix to functions
0.1.0 - 2014-12-06
- Initial Release