mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
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:
parent
3da07cb4fe
commit
13d8bc51f5
1 changed files with 10 additions and 0 deletions
10
.config/doom/bookmarks
Normal file
10
.config/doom/bookmarks
Normal 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))
|
||||
)
|
Loading…
Reference in a new issue