projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6e40c
)
[emacs] tweak deferrals
author
Amin Bandali
<bandali@gnu.org>
Wed, 26 Dec 2018 23:17:49 +0000
(18:17 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 26 Dec 2018 23:17:49 +0000
(18:17 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
684bbf1
..
1a5b12b
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-990,7
+990,6
@@
There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package counsel
- :defer 0.6
:after ivy
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
@@
-1237,6
+1236,7
@@
Highlight matching parens.
#+begin_src emacs-lisp
(use-feature paren
+ :demand
:config (show-paren-mode))
#+end_src