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!
|
[[https://github.com/defunkt/gist.el][Integrate with GitHub gists]] from Emacs!
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package gist
|
(use-package gist
|
||||||
:defer t
|
;; TODO for some reason deferring this leads to a recursive load when autoloading it.
|
||||||
|
;; :defer t
|
||||||
:config
|
:config
|
||||||
(add-hook 'gist-mode-hook
|
(add-hook 'gist-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
Loading…
Reference in New Issue
Block a user