view .dir-locals.el @ 20346:46fb763e5f3a

Move octave_qt_link thread affinity back to the GUI thread (bug #44912) * octave-qt-link.cc (octave_qt_link::octave_qt_link): Leave qt-link object in GUI thread by removing moveToThread() from constructor.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Fri, 24 Apr 2015 23:36:59 -0500
parents 9ff04de067ce
children
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))))