Skip to content

anarcat/nopaste

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

nopaste

An Emacs package to send buffer contents to App::Nopaste.

Should be installed by hand until this is added to MELPA.

Usage

Example usage with a custom path and nick:

(require 'nopaste)
(setq nopaste-nick "avar")

The recommended keybindings are:

(global-set-key (kbd "C-c n p") 'nopaste)
(global-set-key (kbd "C-c n y") 'nopaste-yank-url)

Requires Emacs 25 or later and the nopaste command.

Similar projects

Packages

No packages published

Languages

  • Emacs Lisp 100.0%