Moving the Emacs bookmarks file from .emacs.d to my Doom directory; otherwise, I'd lose the bookmarks file every time I remove .emacs.d if I'm reinstalling Doom.

This commit is contained in:
Derek Taylor 2023-01-14 09:19:26 -06:00
parent 3da07cb4fe
commit 13d8bc51f5
1 changed files with 10 additions and 0 deletions

10
.config/doom/bookmarks Normal file
View File

@ -0,0 +1,10 @@
;;;; 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-capture-last-stored"
(filename . "~/nc/Org/roam/20230110120652-start.org")
(front-context-string)
(rear-context-string . "\n#+title: start\n")
(position . 83))
)