diff options
author | Alan Pearce | 2019-06-17 21:59:19 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-17 21:59:19 +0200 |
commit | acb529e942d502285e1e96d41da9b01fbb8e9c50 (patch) | |
tree | dfe40876a6bfc53c346a39892ec846ceeef6aeec /emacs | |
parent | bb9f6cba2c89220ffcaba099d1728bd9a2ffa1f8 (diff) | |
download | dotfiles-acb529e942d502285e1e96d41da9b01fbb8e9c50.tar.lz dotfiles-acb529e942d502285e1e96d41da9b01fbb8e9c50.tar.zst dotfiles-acb529e942d502285e1e96d41da9b01fbb8e9c50.zip |
Emacs: defer more packages
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
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"))) |