fix: ignore "bookmarks" and not ".bookmarks"
This commit is contained in:
parent
1a87f19d3b
commit
b08505f1e0
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,7 +4,7 @@ straight/
|
||||||
elpa/
|
elpa/
|
||||||
transient/
|
transient/
|
||||||
|
|
||||||
.bookmarks
|
bookmarks
|
||||||
.last-package-update-day
|
.last-package-update-day
|
||||||
.org-roam.db
|
.org-roam.db
|
||||||
.org-id-locations
|
.org-id-locations
|
||||||
|
|
10
bookmarks
10
bookmarks
|
@ -1,10 +0,0 @@
|
||||||
;;;; 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 . "~/Org/Roam/homeostasis.org")
|
|
||||||
(front-context-string . "\n* Structures & ")
|
|
||||||
(rear-context-string . "al environment.\n")
|
|
||||||
(position . 233))
|
|
||||||
)
|
|
Reference in a new issue