Add gist.el

This commit is contained in:
Jeremy Dormitzer 2020-01-10 11:06:17 -05:00
parent eade6e33dd
commit be3a163881

View File

@ -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