view .dir-locals.el @ 18215:e54cfaae830b gui-release

Make editor tabs draggable if feature is available * acinclude.m4: Added new macro to test for QTabWidget::setMovable () availability * configure.ac: Add call to new macro OCTAVE_CHECK_FUNC_QTABWIDGET_SETMOVABLE * file-editor.cc (file_editor::construct): use _tab_widget->setMovable if available
author Richard Crozier richard dot crozier(at)yahoo.co.uk
date Tue, 17 Dec 2013 16:24:29 +0000
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))))