diff options
| author | jao <jao@gnu.org> | 2026-08-30 23:09:00 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-08-30 23:09:00 +0100 |
| commit | b87794e281aa198a95842a3cecf29c908c3eb15f (patch) | |
| tree | 1c75146660628a9aedf8246468b1ae8fd5914118 /custom/jao-custom-eww.el | |
| parent | 01462369083daa033ba5f3058cc3d2df0e52c1cd (diff) | |
| download | elibs-b87794e281aa198a95842a3cecf29c908c3eb15f.tar.gz elibs-b87794e281aa198a95842a3cecf29c908c3eb15f.tar.bz2 | |
eww fixesmain
Diffstat (limited to 'custom/jao-custom-eww.el')
| -rw-r--r-- | custom/jao-custom-eww.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index 8c48823..1b9eb9b 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -116,8 +116,7 @@ (jao-eww-reopen t)) ;;; sessions -(use-package jao-eww-session - :custom ((jao-eww-session-file "~/.emacs.d/cache/eww-session.eld"))) +(use-package jao-eww-session :demand t) ;;; eww to org (defun jao-eww-to-org (&optional dest) |
