view .dir-locals.el @ 22179:603f0d752de2

Wrap search for "next bookmark" and "prev bookmark" (bug #48044) * file-editor-tab.cc (file_editor_tab::next_bookmark, file_editor_tab::previous_bookmark): Retry from start/end if next/previous was -1. * file-editor.cc (file_editor::construct): Put "Next Bookmark" before "Previous Bookmark" in the menu.
author Lachlan Andrew <lachlanbis@gmail.com>
date Sat, 28 May 2016 20:08:56 +1000
parents 9ff04de067ce
children df203b20cfc6
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))))