projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4368fb4
)
[emacs] adjust lean-mode and highlight-indent-guides load delays
author
Amin Bandali
<bandali@gnu.org>
Sun, 11 Nov 2018 18:50:48 +0000
(13:50 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 11 Nov 2018 18:50:48 +0000
(13:50 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
289b22b
..
60708bb
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1155,7
+1155,7
@@
TODO: break this giant source block down into individual org sections.
#+begin_src emacs-lisp
(eval-when-compile (defvar lean-mode-map))
(use-package lean-mode
- :defer
2
+ :defer
1
:bind (:map lean-mode-map
("S-SPC" . company-complete))
:config
@@
-1645,7
+1645,7
@@
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
#+begin_src emacs-lisp
(use-package highlight-indent-guides
- :de
mand t
+ :de
fer 2
:hook ((prog-mode . highlight-indent-guides-mode)
;; (org-mode . highlight-indent-guides-mode)
)