diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-10-13 18:15:51 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-10-13 18:15:51 -0700 |
commit | eed187911ed77f7cdd9b77006388b0d12421bca6 (patch) | |
tree | d366b16d5b8dc23259bb34609617b284ac2afcd4 /bookmarks | |
parent | 9d13f3dbb707d2a28bef3a4dda91fe58c152666e (diff) |
Edward Liu
Diffstat (limited to 'bookmarks')
-rw-r--r-- | bookmarks | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bookmarks b/bookmarks new file mode 100644 index 0000000..fec276d --- /dev/null +++ b/bookmarks @@ -0,0 +1,10 @@ +;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8-emacs -*- +;;; 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 -*- +(("org-capture-last-stored" + (filename . "~/.emacs.d/resources/org/default-notes.org") + (front-context-string . "** TODO Do this\n") + (rear-context-string) + (position . 9)) +) |