diff options
author | Teddy Wing | 2018-04-11 21:14:27 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-11 21:14:27 +0200 |
commit | 95c1c1f37ea25082f5ebc4725f9c419d65184e99 (patch) | |
tree | 5a79b3cb98de33e8911842cf9983b756d4f19093 | |
parent | 1fb58ecb804e64874f33d9e25d8f04d9cfe2b9a6 (diff) | |
download | w3m-session-backup-95c1c1f37ea25082f5ebc4725f9c419d65184e99.tar.bz2 |
Add a reminder to make the filename customisable
-rw-r--r-- | w3m-session-backup.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/w3m-session-backup.el b/w3m-session-backup.el index 8735fb2..a9979a8 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -62,3 +62,5 @@ (format-time-string "%Y%m%d-%Hh%Mm%S"))) (save-backup) + +;; Make filename customisable |