Fixes remaining function requires graphical support

This commit is contained in:
syl20bnr 2015-01-07 21:25:05 -05:00
parent ea005dc997
commit 33e0d3a120
2 changed files with 5 additions and 4 deletions

View file

@ -96,7 +96,11 @@
(unless (eq tool-bar-mode -1)
(tool-bar-mode -1))
(unless (eq scroll-bar-mode -1)
(scroll-bar-mode -1)))
(scroll-bar-mode -1))
;; tooltips in echo-aera
(unless (eq tooltip-mode -1)
(tooltip-mode -1))
(setq tooltip-use-echo-area t))
(unless (eq window-system 'mac)
(menu-bar-mode -1))
;; for convenience and user support

View file

@ -129,9 +129,6 @@ Can be installed with `brew install trash'."
(global-hl-line-mode t)
;; no blink
(blink-cursor-mode 0)
;; tool tips in echo area
(tooltip-mode -1)
(setq tooltip-use-echo-area t)
;; When emacs asks for "yes" or "no", let "y" or "n" sufficide
(fset 'yes-or-no-p 'y-or-n-p)
;; draw underline lower