aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bookmarks8
-rw-r--r--init.el2
2 files changed, 6 insertions, 4 deletions
diff --git a/bookmarks b/bookmarks
index 6b23b84..f0c58c9 100644
--- a/bookmarks
+++ b/bookmarks
@@ -45,10 +45,10 @@
(position . 216))
("todo.org"
(filename . "~/Notes/denote/todo.org")
- (front-context-string . "<2024-03-29 Fri>")
- (rear-context-string . "roj:\nSCHEDULED: ")
- (position . 600)
- (last-modified 26118 65194 434854 378000))
+ (front-context-string . "#+title: to")
+ (rear-context-string . "56a1d0fc4\n:END:\n")
+ (position . 71)
+ (last-modified 26182 31193 101876 329000))
("School"
(filename . "~/Documents/School/")
(front-context-string . "APUSH.pdf\n -rw-")
diff --git a/init.el b/init.el
index 9b92661..49ae746 100644
--- a/init.el
+++ b/init.el
@@ -122,4 +122,6 @@ making an abbreviation to a function."
(load-directory (expand-file-name "old-ada" user-emacs-directory))
+(load-file (expand-file-name "private.el" user-emacs-directory))
+
(provide 'init)