fix: ignore "bookmarks" and not ".bookmarks"

This commit is contained in:
Muhammad Nauman Raza 2022-11-09 07:04:05 +00:00
parent 1a87f19d3b
commit b08505f1e0
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31
2 changed files with 1 additions and 11 deletions

2
.gitignore vendored
View file

@ -4,7 +4,7 @@ straight/
elpa/
transient/
.bookmarks
bookmarks
.last-package-update-day
.org-roam.db
.org-id-locations

View file

@ -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))
)