summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-10-27 21:18:49 -0500
committerCase Duckworth2020-10-27 21:18:49 -0500
commitd9bf322b0b89411d2f35c0e411d494f08973757d (patch)
treed10abb0e0e914e37cfe528cedd0e308d026b70d2
parentAdd elpher-mode hook (diff)
downloademacs-d9bf322b0b89411d2f35c0e411d494f08973757d.tar.gz
emacs-d9bf322b0b89411d2f35c0e411d494f08973757d.zip
Unignore var/elpher-bookmarks.el
-rw-r--r--.gitignore4
-rw-r--r--var/elpher-bookmarks.el8
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1cf45c1..1408224 100644 --- a/.gitignore +++ b/.gitignore
@@ -4,3 +4,7 @@
4!.gitignore 4!.gitignore
5!README.org 5!README.org
6!LICENSE 6!LICENSE
7# other files
8!var/
9var/*
10!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 @@
1; Elpher bookmarks file
2
3; Bookmarks are stored as a list of (label URL) items.
4; Feel free to edit by hand, but take care to ensure
5; the list structure remains intact.
6
7(("Spacewalk" "gemini://rawtext.club/~sloum/spacewalk.gmi")
8 ("CAPCOM" "gemini://gemini.circumlunar.space/capcom/"))