view .dir-locals.el @ 19693:a9516bc4c55c

Update axes "tightinset" when "x/y/ztick" have changed * graphics.cc (axes::properties::update_x/y/ztick): call sync_positions to update the tightinset. * graphics.cc (axes::properties::set_x/y/zticklabel): call sync_positions to update the tightinset.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Thu, 05 Feb 2015 23:12:47 +0100
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))))