- 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
(load "~/.emacs.d/custom/sublima.el")
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
(global-set-key (kbd "<f7>") 'sublima-scratch)
(global-set-key (kbd "<f8>") 'previous-buffer)
(global-set-key (kbd "<f9>") 'next-buffer)
https://www.youtube.com/watch?v=Yta9cUUnnyA
This package is based on snippins1987's snippet on Reddit Post
https://github.com/Parveshdhull
https://twitter.com/ParveshMonu
https://youtube.com/right2trick