aboutsummaryrefslogtreecommitdiffstats
path: root/w3m-session-backup.el
AgeCommit message (Expand)Author
2018-04-11Add a `M-x` command to run the backup operationTeddy Wing
2018-04-11Prefix all functions and variables with `w3m-session-backup-`Teddy Wing
2018-04-11Rename `filename` variable to `filename-function`Teddy Wing
2018-04-11Make the `filename` function user-customisableTeddy Wing
2018-04-11Create a `w3m-session-backup` customisation groupTeddy Wing
2018-04-11Use `defcustom` instead of `setq` for the `save-directory` variableTeddy Wing
2018-04-11Add a reminder to make the filename customisableTeddy Wing
2018-04-11Add seconds to default filename timestampTeddy Wing
2018-04-11Make the save directory configurableTeddy Wing
2018-04-11Replace hard-coded filename with a generated oneTeddy Wing
2018-04-11Wrap page title and URL in single quotes with escapeTeddy Wing
2018-04-11Save YAML to the fileTeddy Wing
2018-04-11save-backup: Unwrap list around page titleTeddy Wing
2018-04-11save-backup: Get rid of commented FORMAT callTeddy Wing
2018-04-11Fix file saving issuesTeddy Wing
2018-04-11Write the session backup to a fileTeddy Wing
2018-04-11Get list of URL and page title pairsTeddy Wing
2018-04-11Get a list of w3m buffers from the saved session fileTeddy Wing