From b667b5496332bf3480918fbcf55bb06ef898d923 Mon Sep 17 00:00:00 2001 From: depsterr Date: Fri, 25 Nov 2022 01:26:46 +0100 Subject: [PATCH] don't track my bookbarks --- .gitignore | 1 + bookmarks | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 bookmarks diff --git a/.gitignore b/.gitignore index cd23010..50f421b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ secrets.el *~ \#*\# ido.last +bookmarks diff --git a/bookmarks b/bookmarks deleted file mode 100644 index 0c879f7..0000000 --- a/bookmarks +++ /dev/null @@ -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 -*- -(("Category Theory Notebook" - (filename . "~/doc/org/notes/Category/Category.org") - (front-context-string . "This is my perso") - (rear-context-string . "TARTUP: indent\n\n") - (position . 80)) -)