~cytrogen/.emacs.d

ref: d2d4752f1014a261446acc88c0af9bfa352a5e07 .emacs.d/saves/!drive_c!Users!Cytrogen!AppData!Roaming!.emacs.d!bookmarks~ -rw-r--r-- 713 bytes
d2d4752f — Cytrogen feat: 添加分享项目/工具的 capture 模板和 monthly refile 支持 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8-emacs; 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 -*-
(("org-refile-last-stored"
 (filename . "d:/Org/tech.org")
 (front-context-string . "** Emacs 的缓存机制,让")
 (rear-context-string . "ools\n* Learning\n")
 (position . 49)
 (last-modified 26973 64366 314531 0))
("org-capture-last-stored"
 (filename . "d:/Org/notes/reading.org")
 (front-context-string . "** 找到两个数的最大公约数\n如")
 (rear-context-string . "1-05 Mon 12:08]\n")
 (position . 1654)
 (last-modified 26973 27640 735114 0))
)