summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.org16
m---------lib/proof-site0
2 files changed, 8 insertions, 8 deletions
diff --git a/init.org b/init.org
index 800af12..c69823e 100644
--- a/init.org
+++ b/init.org
@@ -745,7 +745,7 @@ In short, my favourite way of life.
#+begin_src emacs-lisp
(use-package org
- :defer 1
+ :defer 2
:config
(setq org-src-tab-acts-natively t
org-src-preserve-indentation nil
@@ -850,7 +850,7 @@ Not just how I do git, but /the/ way to do git.
#+begin_src emacs-lisp
(use-package magit
- :defer 1
+ :defer 2
:bind (("C-x g" . magit-status)
("s-g s" . magit-status)
("s-g l" . magit-log-buffer-file))
@@ -905,7 +905,7 @@ There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package ivy
- :defer 1
+ :defer 0.5
:bind
(:map ivy-minibuffer-map
([escape] . keyboard-escape-quit)
@@ -936,7 +936,7 @@ There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package counsel
- :defer 1
+ :defer 0.6
:after ivy
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
@@ -954,7 +954,7 @@ There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package eshell
- :defer 1
+ :defer 2
:commands eshell
:bind ("C-c a s e" . eshell)
:config
@@ -1235,7 +1235,7 @@ Automatically save place in each file.
#+begin_src emacs-lisp
(use-package company
- :defer 1
+ :defer 3
:bind
(:map company-active-map
([tab] . company-complete-common-or-cycle)
@@ -1844,7 +1844,7 @@ Emacs package that displays available keybindings in popup
#+begin_src emacs-lisp
(use-package helpful
- :defer 1
+ :defer 3
:bind
(("C-S-h c" . helpful-command)
("C-S-h f" . helpful-callable) ; helpful-function
@@ -1975,7 +1975,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
#+begin_src emacs-lisp
(use-package multi-term
- :defer 1
+ :defer 3
:bind (("C-c a s m" . multi-term-dedicated-toggle)
:map term-mode-map
("C-c C-j" . term-char-mode)
diff --git a/lib/proof-site b/lib/proof-site
-Subproject f7cc8f1f76baf5e517e51f1db47510ed605064e
+Subproject 7389d43893569ff0e1eff892254901876fc8225