/linkode.el

Create linkode.org snippets using emacs

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

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