summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-06-17 21:59:19 +0200
committerAlan Pearce2019-06-17 21:59:19 +0200
commitacb529e942d502285e1e96d41da9b01fbb8e9c50 (patch)
treedfe40876a6bfc53c346a39892ec846ceeef6aeec /emacs/.emacs.d
parentbb9f6cba2c89220ffcaba099d1728bd9a2ffa1f8 (diff)
downloaddotfiles-acb529e942d502285e1e96d41da9b01fbb8e9c50.tar.lz
dotfiles-acb529e942d502285e1e96d41da9b01fbb8e9c50.tar.zst
dotfiles-acb529e942d502285e1e96d41da9b01fbb8e9c50.zip
Emacs: defer more packages
Diffstat (limited to 'emacs/.emacs.d')
-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")))