diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eos/jao-afio.el | 1 | ||||
-rw-r--r-- | lib/net/jao-eww-session.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 0f17d44..14794fd 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -127,6 +127,7 @@ (interactive) (if (or (null jao-afio-mail-function) (eq 'gnus jao-afio-mail-function)) (jao-afio-open-gnus) + (calendar) (jao-trisect) (other-window 2) (delete-window) diff --git a/lib/net/jao-eww-session.el b/lib/net/jao-eww-session.el index 31ff858..b0dfc46 100644 --- a/lib/net/jao-eww-session.el +++ b/lib/net/jao-eww-session.el @@ -183,7 +183,7 @@ the session is already displayed in a eww tab, jao-eww-session can: (defun jao-eww-session--save-backup (&optional skip) (let ((f (jao-eww-session--backup-name jao-eww-session-file))) - (jao-eww-session--to--file f skip))) + (jao-eww-session--to--file f t skip))) (defun jao-eww-session--save-backup-1 () (when (derived-mode-p 'eww-mode) (jao-eww-session--save-backup t))) |