erickgnavar / linkode.el

Create linkode.org snippets using emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linkode.el

MELPA

Send buffer or region code to linkode.org to generate an image.

Installation

Cloning the repo

Clone this repo somewhere

Add this to your config

(add-to-list 'load-path "path where the repo was cloned")

(require 'linkode)

Using use-package

(use-package linkode
  :ensure t)

Usage

M-x linkode-region to use the selected region

M-x linkode-buffer to use the buffer content

The code will be send to linkode and the resulting link will be copied to the clipboard

About

Create linkode.org snippets using emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%