diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-18T14·24+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-18T14·30+0000 |
commit | e7bc9e39bd4a056ff49737a0c10f7a9b0d49e722 (patch) | |
tree | d9c5cc23630aa2b64d043aa3c23673afaa3efbfc /configs/shared/emacs/.emacs.d/bookmarks | |
parent | f7b3e0a7a92903307ef1f4c66992721be6e01e08 (diff) |
gitignores .emacs.d/{bookmarks,custom.el,projectile-bookmarks.eld}
Using the `git rm -r --cached . && git add .` tip from: http://www.codeblocq.com/2016/01/Untrack-files-already-added-to-git-repository-based-on-gitignore/ I'm able to finally ignore these files. Things should be cleaner moving forward.
Diffstat (limited to 'configs/shared/emacs/.emacs.d/bookmarks')
-rw-r--r-- | configs/shared/emacs/.emacs.d/bookmarks | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configs/shared/emacs/.emacs.d/bookmarks b/configs/shared/emacs/.emacs.d/bookmarks deleted file mode 100644 index a222a18de78c..000000000000 --- a/configs/shared/emacs/.emacs.d/bookmarks +++ /dev/null @@ -1,15 +0,0 @@ -;;;; Emacs Bookmark Format Version 1 ;;;; -;;; 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 -*- -(("org-capture-last-stored" - (filename . "~/org/notes.org") - (front-context-string . "** TODO testing ") - (rear-context-string) - (position . 9)) -("org-refile-last-stored" - (filename . "~/Dropbox/cryptocurrency/todo.org") - (front-context-string . "** TODO Maintain") - (rear-context-string . "h email & text)\n") - (position . 1465)) -) \ No newline at end of file |