Skip to content

zk-phi/scratch-palette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

scratch-palette.el

ファイルにメモを残す

make scratch buffer for each files

Usage

Require this script and set a directory to save scratches in.

(require 'scratch-palette)
(setq scratch-palette-directory "~/.emacs.d/palette/")

Then the command M-x scratch-palette-popup is available. This command displays the scratch buffer for the file. When called with region, the region is yanked to the scratch buffer.

You may close note with one of C-g, C-x C-x, or C-x C-k. Its contents are automatically saved.

About

Add notes on each files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published