projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1323384
)
[emacs][wip] straight.el: don’t check for package changes on startup
author
Amin Bandali
<bandali@gnu.org>
Wed, 26 Dec 2018 21:23:32 +0000
(16:23 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 26 Dec 2018 21:24:28 +0000
(16:24 -0500)
instead check-on-save; shaves about half a second off of startup time
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
e58ca6c
..
44504ab
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-201,7
+201,8
@@
hacker.
#+begin_src emacs-lisp
;; Main engine start...
-(setq straight-repository-branch "develop")
+(setq straight-repository-branch "develop"
+ straight-check-for-modifications '(check-on-save find-when-checking))
(defun a/bootstrap-straight ()
(defvar bootstrap-version)