mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
4 lines
220 B
EmacsLisp
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))))))
|