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:
45568be
)
[emacs] remove duplicate post-init message and shorten counsel delay
author
Amin Bandali
<amin@aminb.org>
Thu, 3 May 2018 04:34:47 +0000
(
00:34
-0400)
committer
Amin Bandali
<amin@aminb.org>
Thu, 3 May 2018 04:34:47 +0000
(
00:34
-0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
1a2d59e
..
a76ce5e
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-168,10
+168,6
@@
done initializing.
(add-hook
'after-init-hook
(lambda ()
(add-hook
'after-init-hook
(lambda ()
- (let ((elapsed (float-time (time-subtract (current-time)
- ab--before-user-init-time))))
- (message "Loading %s...done (%.3fs) [after-init]"
- user-init-file elapsed))
(setq gc-cons-threshold ab--gc-cons-threshold
gc-cons-percentage ab--gc-cons-percentage
file-name-handler-alist ab--file-name-handler-alist)))
(setq gc-cons-threshold ab--gc-cons-threshold
gc-cons-percentage ab--gc-cons-percentage
file-name-handler-alist ab--file-name-handler-alist)))
@@
-833,7
+829,7
@@
There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package counsel
#+begin_src emacs-lisp
(use-package counsel
- :defer 1
.5
+ :defer 1
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
("s-r" . counsel-recentf)
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
("s-r" . counsel-recentf)