Revision de42d0603001511d2d01c46b486f0864447cce72 authored by Pierre-Yves Strub on 10 May 2022, 12:14:09 UTC, committed by Pierre-Yves Strub on 10 May 2022, 12:14:09 UTC
Do not consider locations that point to non-existing files.

The configuration file location is now printing by the `config` command.
1 parent f1ce5ae
Raw File
.dir-locals.el
((tuareg-mode .
   ((require-final-newline . t)
    (c-basic-offset . 2)
    (tab-width . 2)
    (indent-tabs-mode . nil)
    (eval . (add-hook 'write-contents-functions 'delete-trailing-whitespace)))))
 (easycrypt-mode .
   ((require-final-newline . t)
    (indent-tabs-mode . nil)))
back to top