From b2d378eb2b238e67b10237a5bcd1db75a1a6fddc Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 9 Dec 2018 14:32:35 -0500 Subject: [PATCH] [emacs] adjust some load delays --- init.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.20.1