summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-23 08:35:36 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-23 08:35:36 +0000
commitca0bb02c6ab6f0ea5e0ee0e2e39a685f4259c124 (patch)
treec4ac69cb99235ab1c55ebd942ac5a27b23f952ba
parent36d75aef3778d79f6d140b8f8f75776075809971 (diff)
update
-rw-r--r--bookmarks10
-rw-r--r--init.el4
2 files changed, 7 insertions, 7 deletions
diff --git a/bookmarks b/bookmarks
index 5c658a6..436451f 100644
--- a/bookmarks
+++ b/bookmarks
@@ -1,4 +1,4 @@
-;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8; mode: lisp-data -*-
+;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8 -*-
;;; 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,8 @@
(rear-context-string . ": home\n\n* Tasks\n")
(position . 119))
("org-capture-last-stored"
- (filename . "~/org/mod.org")
- (front-context-string . "** NEXT Find and")
- (rear-context-string . "ewhere.\n* Tasks\n")
- (position . 13430))
+ (filename . "~/org/home.org")
+ (front-context-string . "** NEXT Call Maw")
+ (rear-context-string . ": home\n\n* Tasks\n")
+ (position . 119))
)
diff --git a/init.el b/init.el
index f299c8c..0f5014f 100644
--- a/init.el
+++ b/init.el
@@ -963,8 +963,8 @@ If failed try to complete the common part with `company-complete-common'"
(quote (("TODO" :foreground "red" :weight bold)
("NEXT" :foreground "cyan" :weight bold)
("PROJECT" :foreground "blue" :weight bold)
- ("DOING" :foreground "pink" :weight bold)
- ("DONE" :foreground "orchid" :weight bold)
+ ("DOING" :foreground "orchid" :weight bold)
+ ("DONE" :foreground "ForestGreen" :weight bold)
("WAITING" :foreground "orange" :weight bold)
("SOMEDAY" :foreground "blue" :weight bold)
("HOLD" :foreground "magenta" :weight bold)