From d9bf322b0b89411d2f35c0e411d494f08973757d Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 27 Oct 2020 21:18:49 -0500
Subject: Unignore var/elpher-bookmarks.el

---
 .gitignore              | 4 ++++
 var/elpher-bookmarks.el | 8 ++++++++
 2 files changed, 12 insertions(+)
 create mode 100644 var/elpher-bookmarks.el

diff --git a/.gitignore b/.gitignore
index 1cf45c1..1408224 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,7 @@
 !.gitignore
 !README.org
 !LICENSE
+# other files
+!var/
+var/*
+!var/elpher-bookmarks.el
\ No newline at end of file
diff --git a/var/elpher-bookmarks.el b/var/elpher-bookmarks.el
new file mode 100644
index 0000000..ed8c76a
--- /dev/null
+++ b/var/elpher-bookmarks.el
@@ -0,0 +1,8 @@
+; Elpher bookmarks file
+
+; Bookmarks are stored as a list of (label URL) items.
+; Feel free to edit by hand, but take care to ensure
+; the list structure remains intact.
+
+(("Spacewalk" "gemini://rawtext.club/~sloum/spacewalk.gmi")
+ ("CAPCOM" "gemini://gemini.circumlunar.space/capcom/"))
-- 
cgit 1.4.1-21-gabe81