Unignore var/elpher-bookmarks.el

This commit is contained in:
Case Duckworth 2020-10-27 21:18:49 -05:00
parent fba112ca02
commit d9bf322b0b
2 changed files with 12 additions and 0 deletions

4
.gitignore vendored
View File

@ -4,3 +4,7 @@
!.gitignore
!README.org
!LICENSE
# other files
!var/
var/*
!var/elpher-bookmarks.el

8
var/elpher-bookmarks.el Normal file
View File

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