Mercurial > hg > octave-nkf
view .dir-locals.el @ 20598:2b28f509b645 stable
Fix missing sorting of the workspace view directly after start-up
* workspace-view.cc(workspace_view): add sorting indicator, do not set the
column by which the view is sorted here;
(setModel) but here, after having set the model
author | Torsten <ttl@justmail.de> |
---|---|
date | Fri, 24 Jul 2015 14:23:28 +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))))