Sébastien Kirche <[EMAIL PROTECTED]> writes:

> At 10:08 on aoû 23 2005, Baloff said :
> 
> > I am looking for Options -> Show/Hide -> Tool-bar.
> > not here, any body knows where they went
> > here is my Options menu.
> 
> I don't know where your menu is gone, 
> but you can toggle the toolbar with M-x tool-bar-mode
> 
> HTH.
> -- 
> Sébastien Kirche


I want to hide the tool bar so that it does not show next time I start
emacs, M-x tool-bar-mode, Options -> Save Options. here is the Custom
part of my .emacs, now when I restart emacs, the tool bar shows again.
am I doing something wrong?

thanks

************************************************************
(require 'xcscope) ;"$man cscope" for more info
(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(case-fold-search t)
 '(current-language-environment "English")
 '(ecb-options-version "2.27")
 '(global-font-lock-mode t nil (font-lock))
 '(gnus-summary-line-format "%U%R%z%I%(%[%4L: %-20,20n%]%) %s
")
 '(initial-major-mode (quote text-mode))
 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify 
flyspell-mode)))
 '(transient-mark-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )
************************************************************
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to