summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 749575b..0137f66 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -349,6 +349,7 @@ With two prefix arguments, write out the day and month name."
 ;;; Shells
 
 (use-package eshell
+  :defer 5
   :functions (eshell/pwd)
   :custom ((eshell-prompt-function (lambda ()
                                      (concat (eshell/pwd) "\n$ ")))
@@ -417,6 +418,9 @@ With two prefix arguments, write out the day and month name."
                       `(org-directory "~/Documents/org"))
 
 (use-package org-journal
+  :commands (org-journal-new-date-entry
+	     org-journal-new-entry
+	     org-journal-new-scheduled-entry)
   :gfhook (#'variable-pitch-mode)
   :custom ((org-journal-date-format "%A, %d %B %Y")
            (org-journal-dir "~/Documents/journal")))