about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/bookmarks
blob: a222a18de78cc950df08bafa49a4415fb259fbd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;;; Emacs Bookmark Format Version 1 ;;;;
;;; 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 . "~/org/notes.org")
 (front-context-string . "** TODO testing ")
 (rear-context-string)
 (position . 9))
("org-refile-last-stored"
 (filename . "~/Dropbox/cryptocurrency/todo.org")
 (front-context-string . "** TODO Maintain")
 (rear-context-string . "h email & text)\n")
 (position . 1465))
)