summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-25 18:19:44 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-25 18:19:44 -0500
commitc4056581936c6e173c6dce3afb2c1fdac6adbb69 (patch)
tree19bc65a6afbe95cf3afd4094d7e4c4e38030f3f3 /init.org
parentb1c000ddf5477b97116f151a5a0c79f8969215a0 (diff)
downloadconfigs-c4056581936c6e173c6dce3afb2c1fdac6adbb69.tar.gz
configs-c4056581936c6e173c6dce3afb2c1fdac6adbb69.tar.xz
configs-c4056581936c6e173c6dce3afb2c1fdac6adbb69.zip
[emacs] Update proof-site to v4.4-226-g7389d438, tweak defer delays
Diffstat (limited to '')
-rw-r--r--init.org16
1 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)