From: tfheen Date: Sat, 19 Oct 2002 23:51:40 +0000 (+0000) Subject: fix X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb3bff79b5555ca4a231c88768eba17c9350314;p=dotfiles fix git-svn-id: file:///svn/tfheen/trunk/dotfiles@85 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/emacs b/emacs index b7847ed..60073d0 100644 --- a/emacs +++ b/emacs @@ -176,9 +176,9 @@ (cw/for-emacs-21 (blink-cursor-mode 0) - (if 'window-system + (if window-system (tooltip-mode 0)) - (if 'window-system + (if window-system (tool-bar-mode 0)) (global-set-key [home] 'beginning-of-buffer) (global-set-key [end] 'end-of-buffer)