projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7d37ee8
)
[emacs] adjust some load delays
author
Amin Bandali
<bandali@gnu.org>
Sun, 9 Dec 2018 19:32:35 +0000
(14:32 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 9 Dec 2018 19:32:35 +0000
(14:32 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
f58e843
..
d7c9aa6
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-846,7
+846,7
@@
In short, my favourite way of life.
#+begin_src emacs-lisp
(use-package org
#+begin_src emacs-lisp
(use-package org
- :defer
3
+ :defer
1
:general
(amin--leader-keys
:states 'normal
: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
#+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
: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
#+begin_src emacs-lisp
(use-package company
- :defer
2
+ :defer
1
:bind
(:map company-active-map
([tab] . company-complete-common-or-cycle)
: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
#+begin_src emacs-lisp
(use-package projectile
- :defer
2
+ :defer
t
:bind-keymap ("C-c p" . projectile-command-map)
:config
(projectile-mode)
:bind-keymap ("C-c p" . projectile-command-map)
:config
(projectile-mode)