Don't defer gist.el for now
This commit is contained in:
parent
0d46350dda
commit
7cf9c134bb
@ -4704,7 +4704,8 @@ Add a function to power the [[https://orgmode.org/worg/org-contrib/alfred-org-ca
|
||||
[[https://github.com/defunkt/gist.el][Integrate with GitHub gists]] from Emacs!
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package gist
|
||||
:defer t
|
||||
;; TODO for some reason deferring this leads to a recursive load when autoloading it.
|
||||
;; :defer t
|
||||
:config
|
||||
(add-hook 'gist-mode-hook
|
||||
(lambda ()
|
||||
|
Loading…
Reference in New Issue
Block a user