From dc1c611eaa59bd79de36ef7d3822486df13b1b76 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 25 Apr 2019 15:22:25 +0200 Subject: [PATCH] Only show tabbar if it is hidden. --- init.el | 12 ++++++------ server/server | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/init.el b/init.el index 9a7bff0..fa76847 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-04-25T13:10:19+00:00> +;; Time-stamp: <2019-04-25T13:21:07+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -547,11 +547,11 @@ With argument, do this that many times." ;; Show tabbar after 5 seconds idle. (run-with-idle-timer 5 t (lambda () - (tabbar-mode 1) - (setq tabbar-ruler-tabbar-off nil) - (ruler-mode -1) - (setq tabbar-ruler-ruler-off t) - )) + (when tabbar-ruler-tabbar-off + (tabbar-mode 1) + (setq tabbar-ruler-tabbar-off nil) + (ruler-mode -1) + (setq tabbar-ruler-ruler-off t)))) :bind ("C-" . 'tabbar-ruler-tabbar-backward-tab) ("C-" . 'tabbar-ruler-tabbar-forward-tab) diff --git a/server/server b/server/server index 55ad27c..96fbddb 100644 --- a/server/server +++ b/server/server @@ -1,2 +1,2 @@ -127.0.0.1:51313 2299 +127.0.0.1:51313 12350 phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh \ No newline at end of file