From 0c300e09b135c3ca316dc5e56b184d492b4e11cc Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 6 May 2015 08:01:04 -0700 Subject: [PATCH] add monica and wildman files --- emacs_el/configuration/org-mode-configuration.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index e33743f..7d2e8ca 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -98,6 +98,8 @@ "~/projects/org-notes/ool.org" "~/projects/org-notes/sndservers.org" "~/projects/org-notes/chaim.org" + "~/projects/org-notes/wildman.org" + "~/projects/org-notes/uddin.org" "~/projects/reviews/reviews.org" "~/projects/org-notes/fh.org"))) @@ -106,6 +108,8 @@ (set-register ?o (cons 'file "~/projects/org-notes/ool.org")) (set-register ?s (cons 'file "~/projects/org-notes/sndservers.org")) (set-register ?c (cons 'file "~/projects/org-notes/chaim.org")) +(set-register ?w (cons 'file "~/projects/org-notes/wildman.org")) +(set-register ?u (cons 'file "~/projects/org-notes/uddin.org")) (set-register ?R (cons 'file "~/projects/reviews/reviews.org")) (set-register ?d (cons 'file "~/projects/org-notes/diary.org")) -- 2.39.5