1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-01-02 11:07:29 +00:00
melpa/recipes/.dir-locals.el

4 lines
220 B
EmacsLisp

((nil . ((eval . (when (and (buffer-file-name)
(file-regular-p (buffer-file-name))
(string-match-p "^[^.]" (buffer-file-name)))
(emacs-lisp-mode))))))