# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1344269710 14400 # Node ID b21179c7b4415d0f971d7b73bbff7de5d7663ccc # Parent f10352976994a37c97ad517feee90070c03f2179 Don't set menu-bar-mode twice diff --git a/dotemacs.el b/dotemacs.el --- a/dotemacs.el +++ b/dotemacs.el @@ -260,7 +260,6 @@ '(legalese-default-author "Jordi Gutiérrez Hermoso") '(legalese-default-copyright "Jordi Gutiérrez Hermoso ") '(make-backup-files nil) - '(menu-bar-mode nil) '(py-shell-name "ipython") '(py-python-command "ipython") '(safe-local-variable-values (quote ((eval when (string-match "\\.in\\'" (buffer-file-name)) (html-mode)) (eval when (string-match "\\.h\\'" (buffer-file-name)) (unless (string-match "/gnulib/" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))) (py-indent-offset . 4) (eval when (string-match "\\.h\\'" (buffer-file-name)) (c++-mode) (c-set-style "gnu")))))