summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
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)