summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index e17eaa7..75811af 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1549,11 +1549,12 @@ with R or something.
 I can use this to keep a journal.  I should use it.
 
 #+BEGIN_SRC emacs-lisp
-(req-package org-journal
-  :require org
-  :defer t
-  :config (progn
-            (setq org-journal-date-format "%A, %d %B %Y")))
+  (req-package org-journal
+    :require org
+    :bind ("s-j" . org-journal-new-entry)
+    :defer 20
+    :config (progn
+              (setq org-journal-date-format "%A, %d %B %Y")))
 #+END_SRC
 
 **** org-mobile