all repos — nixfiles @ acb529e942d502285e1e96d41da9b01fbb8e9c50

System and user configuration, managed by nix and home-manager

Emacs: defer more packages
Alan Pearce alan@alanpearce.eu
Mon, 17 Jun 2019 21:59:19 +0200
commit

acb529e942d502285e1e96d41da9b01fbb8e9c50

parent

bb9f6cba2c89220ffcaba099d1728bd9a2ffa1f8

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -349,6 +349,7 @@ ;;; Shells
 
 (use-package eshell
+  :defer 5
   :functions (eshell/pwd)
   :custom ((eshell-prompt-function (lambda ()
                                      (concat (eshell/pwd) "\n$ ")))
@@ -417,6 +418,9 @@ (custom-set-variables '(org-ellipsis "…")                       `(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")))