# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1316222807 18000 # Node ID e74fcbd59355e7aecf2d08cccbded7b516691bd8 # Parent 9f518d21ee9928ab1da1789c130f196638508443 Update safe variables diff --git a/dotemacs.el b/dotemacs.el --- a/dotemacs.el +++ b/dotemacs.el @@ -52,7 +52,7 @@ '(make-backup-files nil) '(menu-bar-mode t) '(py-python-command "ipython") - '(safe-local-variable-values (quote ((eval when (string-match "\\.h\\'" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))))) + '(safe-local-variable-values (quote ((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"))))) '(savehist-mode t nil (savehist)) '(show-paren-mode t) '(tab-width 2)