From be3a163881150c85f7f858c2e1dc73a9ddee62b6 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 10 Jan 2020 11:06:17 -0500 Subject: [PATCH] Add gist.el --- emacs/init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index c5b1030..b604258 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -4669,3 +4669,9 @@ Add a function to power the [[https://orgmode.org/worg/org-contrib/alfred-org-ca (select-frame-by-name "Org Capture") (org-capture)) #+END_SRC + +* gist.el +[[https://github.com/defunkt/gist.el][Integrate with GitHub gists]] from Emacs! +#+BEGIN_SRC emacs-lisp + (use-package gist) +#+END_SRC