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