diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-29 19:54:38 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-29 19:54:38 +0000 |
commit | f42c89b5b241926fbaab592e6e1063a603dc753c (patch) | |
tree | 7b4d224051c745ab252df6a1a0a22ddc2d4094da /bookmarks | |
parent | 973a64c11ab6246bee142e627e65467906458cfc (diff) | |
parent | 81a4e8c58baff24a49e1b4392ec9ee6906f88047 (diff) |
Merge branch 'master' of github.com:yulqen/emacs
Diffstat (limited to '')
-rw-r--r-- | bookmarks | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8 -*- +;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8; 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 -*- @@ -8,8 +8,15 @@ (rear-context-string . ": home\n\n* Tasks\n") (position . 119)) ("org-capture-last-stored" +<<<<<<< HEAD (filename . "~/org/refile.org") (front-context-string . "** TODO Review E") (rear-context-string . "1-27 Sun 15:05]\n") (position . 639)) +======= + (filename . "~/org/home.org") + (front-context-string . "** TODO Get blue") + (rear-context-string . ": home\n\n* Tasks\n") + (position . 119)) +>>>>>>> 81a4e8c58baff24a49e1b4392ec9ee6906f88047 ) |