From 6a51d0e7d10c591415632f874d735408627ba43b Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 1 Sep 2014 11:27:42 +0200 Subject: move toolbar settings to the top --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 100f524..b5e8e15 100644 --- a/init.el +++ b/init.el @@ -6,6 +6,10 @@ ;; No splash screen please ... (setq inhibit-startup-message t) +;; display tool tips in echo area only +(tooltip-mode -1) +(setq tooltip-use-echo-area t) + ;; disable mouse scrolling (mouse-wheel-mode -1) @@ -213,10 +217,6 @@ (remq 'process-kill-buffer-query-function kill-buffer-query-functions)) -;; display tool tips in echo area only -(tooltip-mode -1) -(setq tooltip-use-echo-area t) - ;; enable narrow-to-region feature (put 'narrow-to-region 'disabled nil) -- cgit v1.2.3