view .dir-locals.el @ 22208:83963bad5e7d

improvements to Qt & OpenGL linking on the Mac (bug #41574) * configure.ac: Remove -Wl, prefixes from "-framework Carbon". * acinclude.m4: Remove -Wl, prefixes from "-framework OpenGL".
author Michael C. Grant <mcg@cvxr.com>
date Fri, 21 Feb 2014 13:00:32 -0600
parents 9ff04de067ce
children df203b20cfc6
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))