From: Amin Bandali Date: Sun, 9 Dec 2018 19:32:35 +0000 (-0500) Subject: [emacs] adjust some load delays X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/b2d378eb2b238e67b10237a5bcd1db75a1a6fddc?ds=sidebyside [emacs] adjust some load delays --- diff --git a/init.org b/init.org index f58e843..d7c9aa6 100644 --- a/init.org +++ b/init.org @@ -846,7 +846,7 @@ In short, my favourite way of life. #+begin_src emacs-lisp (use-package org - :defer 3 + :defer 1 :general (amin--leader-keys :states 'normal @@ -990,7 +990,7 @@ Not just how I do git, but /the/ way to do git. #+begin_src emacs-lisp (use-package magit - :defer 2 + :defer 1 :general (amin--leader-keys "g s" 'magit-status) :bind ("s-g" . magit-status) :config @@ -1286,7 +1286,7 @@ TODO: break this giant source block down into individual org sections. #+begin_src emacs-lisp (use-package company - :defer 2 + :defer 1 :bind (:map company-active-map ([tab] . company-complete-common-or-cycle) @@ -1799,7 +1799,7 @@ Emacs package that displays available keybindings in popup #+begin_src emacs-lisp (use-package projectile - :defer 2 + :defer t :bind-keymap ("C-c p" . projectile-command-map) :config (projectile-mode)