tempfile

Create temporary file. similar to 'open-junk-file.el'.

fkfk

483

4

0.3.2

MIT

GitHub

tempfile

Create temporary file. Similar to 'open-junk-file.el'.

Features

How to use

Create empty temporary file

Create temporary file and paste selected text

Configuring extension

You can add more file extension for a given language scope. To do this, add the settings to the ~/.atom/config.cson in the format below.

'tempfile-extra':
  'source.perl': 'pl6'