changeset 70:b21179c7b441

Don't set menu-bar-mode twice
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 06 Aug 2012 12:15:10 -0400
parents f10352976994
children ca6e4eda3dca
files dotemacs.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -260,7 +260,6 @@
  '(legalese-default-author "Jordi GutiƩrrez Hermoso")
  '(legalese-default-copyright "Jordi GutiƩrrez Hermoso <jordigh@octave.org>")
  '(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")))))