Merge pull request #1077 from danielsz/palimpsest

Palimpsest, a minor mode to dispose of text cleverly
This commit is contained in:
Ryan Thompson 2013-02-22 15:06:59 -08:00
commit e0191ae3c6

View File

@ -0,0 +1,5 @@
(:name palimpsest-mode
:description "Various deletion strategies when editing text that should elude total oblivion. Implemented as a minor mode."
:type github
:pkgname "danielsz/Palimpsest"
:post-init (add-hook 'text-mode-hook 'palimpsest-mode))