From 7cf9c134bb4ff80b6ab77ed3631ae858cdd8e1b7 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 15 Jan 2020 16:30:13 -0500 Subject: [PATCH] Don't defer gist.el for now --- emacs/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index e5e85a1..c37ca2b 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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 ()