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