view .dir-locals.el @ 18630:a811d45b7ca7 gui-release

fix checking duplicates for a new shortcut * shortcut-manager.cc (init): add the widget name to the shortcut hash (shortcut_dialog_finished): add the widget name to the shortcut hash (enter_shortcut::keyPressEvent): allow entering shortcuts with function keys
author Torsten <ttl@justmail.de>
date Sun, 06 Apr 2014 10:38:52 +0200
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))))