mirror of
https://github.com/erickgnavar/linkode.el.git
synced 2026-06-17 22:16:14 +00:00
Create linkode.org snippets using emacs
- Emacs Lisp 100%
|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| linkode.el | ||
| README.md | ||
linkode.el
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