From acb529e942d502285e1e96d41da9b01fbb8e9c50 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Jun 2019 21:59:19 +0200 Subject: Emacs: defer more packages --- emacs/.emacs.d/main.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/.emacs.d') 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"))) -- cgit 1.4.1