Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parveshdhull/sublima
Sublime like scratches for emacs
https://github.com/parveshdhull/sublima
emacs sublime
Last synced: 4 months ago
JSON representation
Sublime like scratches for emacs
- Host: GitHub
- URL: https://github.com/parveshdhull/sublima
- Owner: Parveshdhull
- License: apache-2.0
- Created: 2021-02-13T08:41:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T06:27:35.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T18:56:47.386Z (4 months ago)
- Topics: emacs, sublime
- Language: Emacs Lisp
- Homepage:
- Size: 10.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# sublima - Sublime like scratches for emacs
## Features
- Multiple Scratches
- Auto Save and Restore Scratches
- Sets Emacs startup page as sublima scratch
- Deletes stored scratches on buffer kill
- Auto Delete empty saved scratches## Installation
(load "~/.emacs.d/custom/sublima.el")## Usage
Create New Scratch`M-x sublima-scratch`
Save as - Current Scratch
`M-x sublima-save-as-buffer`
Save all scratch buffers (All buffers also auto saved on focus lost)
`M-x sublima-save-all-buffers`
#### TIP
```
(global-set-key (kbd "") 'sublima-scratch)
(global-set-key (kbd "") 'previous-buffer)
(global-set-key (kbd "") 'next-buffer)
```## YouTube Tutorial
https://www.youtube.com/watch?v=Yta9cUUnnyA## Credits
This package is based on [snippins1987's](https://www.reddit.com/user/snippins1987/) snippet on Reddit [Post](https://www.reddit.com/r/emacs/comments/fdcyo3/create_close_and_reopen_text_files_without_saving/fjhgqrp?utm_source=share&utm_medium=web2x&context=3)## Websites
https://github.com/Parveshdhull
https://twitter.com/ParveshMonu
https://youtube.com/right2trick