diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-03 00:34:47 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-03 00:34:47 -0400 |
commit | 3d35bdffd1f9a7c04f3832584ecb278701dae556 (patch) | |
tree | fbe6ccbdbe871c548835d545046adf0f4480071e | |
parent | 45568be1a6ed8ec290b539e2cff3ee45a02af152 (diff) | |
download | configs-3d35bdffd1f9a7c04f3832584ecb278701dae556.tar.gz configs-3d35bdffd1f9a7c04f3832584ecb278701dae556.tar.xz configs-3d35bdffd1f9a7c04f3832584ecb278701dae556.zip |
[emacs] remove duplicate post-init message and shorten counsel delay
Diffstat (limited to '')
-rw-r--r-- | init.org | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -168,10 +168,6 @@ done initializing. (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))) @@ -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 - :defer 1.5 + :defer 1 :bind (([remap execute-extended-command] . counsel-M-x) ([remap find-file] . counsel-find-file) ("s-r" . counsel-recentf) |