diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-26 18:17:49 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-26 18:17:49 -0500 |
commit | 3405a20ec0ad9c08944e5dba4b4757e671f86dd2 (patch) | |
tree | d8aa18d888dcd321e49f1081357f0f64c32ce348 | |
parent | 0c6e40cb03d8071b50c5906a6ae0a9d4cafed822 (diff) | |
download | configs-3405a20ec0ad9c08944e5dba4b4757e671f86dd2.tar.gz configs-3405a20ec0ad9c08944e5dba4b4757e671f86dd2.tar.xz configs-3405a20ec0ad9c08944e5dba4b4757e671f86dd2.zip |
[emacs] tweak deferrals
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |