diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-28 14:52:43 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-28 14:52:43 +0100 |
commit | 24d11555c28338e3862bdf7a01f3667631d8952d (patch) | |
tree | 5ab4edc74372dbd4e7620e5857fa71dc6aa045a2 /bookmarks | |
parent | 3577c3d4b9bee411631a28b96249696f8df865e0 (diff) |
update before trying Doom
Diffstat (limited to 'bookmarks')
-rw-r--r-- | bookmarks | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8 -*- +;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8; mode: lisp-data -*- ;;; This format is meant to be slightly human-readable; ;;; nevertheless, you probably don't want to edit it. ;;; -*- End Of Bookmark File Format Version Stamp -*- @@ -39,8 +39,8 @@ (rear-context-string . " Christmas 2021\n") (position . 2261)) ("org-capture-last-stored" - (filename . "~/org/work.org") - (front-context-string . "** NEXT Make sur") + (filename . "~/org/home.org") + (front-context-string . "** TODO Book tic") (rear-context-string . " Single Actions\n") - (position . 108)) + (position . 18)) ) |