diff --git a/init.el b/init.el index a926dcf..aa55e5d 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-04-29T13:22:38+00:00> +;; Time-stamp: <2019-04-29T16:17:54+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -561,8 +561,8 @@ With argument, do this that many times." (ruler-mode -1) (setq-local tabbar-ruler-ruler-off t))) - ;; Show tabbar after 4 seconds idle. - (run-with-idle-timer 4 t (lambda () (my/show-tabbar))) + ;; Show tabbar after 2 seconds idle. + (run-with-idle-timer 2 t (lambda () (my/show-tabbar))) :bind ("C-" . 'tabbar-ruler-tabbar-backward-tab) ("C-" . 'tabbar-ruler-tabbar-forward-tab)