changeset 2:2194965b6dab

Fix removal of menu bar
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Tue, 26 Jan 2010 13:11:03 -0600
parents d3f12b5337eb
children f25df4483e30 317bd5a17fc2
files dotemacs
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs
+++ b/dotemacs
@@ -56,12 +56,13 @@
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
- '(default ((t (:inherit nil :stipple nil :background "grey20" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 78 :width normal :foundry "bitstream" :family "Bitstream Vera Sans Mono")))))
+ '(default ((t (:inherit nil :stipple nil :background "grey20" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "bitstream" :family "Bitstream Vera Sans Mono")))))
 
 (add-to-list 'load-path "~/.emacs.d/plugins/")
 
 (defalias 'perl-mode 'cperl-mode)
 
+;; Commented out for lenny due to a bug with ipython/python mode
 (require 'ipython)
 
 (server-start)
@@ -128,7 +129,7 @@
 (setq ediff-window-setup-function 'ediff-setup-windows-plain)
 
 ;; Menus are for wimps
-(setq menu-bar-mode nil)
+(menu-bar-mode -1)
 
 ;; ;; Use plain tabs in text mode
 ;; (add-hook 'text-mode-hook