FUEL: workaround for a bug caused by session.el

modern-harvey2
Björn Lindqvist 2017-06-25 20:06:45 +02:00
parent 134a9fbcb4
commit f87d017624
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@
(defvar fuel-help--history (fuel-help--make-history))
;; https://github.com/jaor/geiser/issues/7
(eval-after-load "session.el"
'(add-to-list 'session-globals-exclude 'fuel-help--history))
;;; Page cache: