summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-09-01 11:27:42 +0200
committerrekado <rekado@elephly.net>2014-09-01 11:27:42 +0200
commit6a51d0e7d10c591415632f874d735408627ba43b (patch)
tree1c0461c8e822ba4048e0d35c329db8fb24bf535e /init.el
parentf10de7432d3600f7bf3328cc5b56d64b5e4d157a (diff)
move toolbar settings to the top
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)