mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Stop recipes dir-locals from breaking dired (fixes #103)
This commit is contained in:
parent
8e8696fa14
commit
d23d831e30
1 changed files with 4 additions and 1 deletions
|
@ -1 +1,4 @@
|
|||
((nil . ((eval . (emacs-lisp-mode)))))
|
||||
((nil . ((eval . (when (and (buffer-file-name)
|
||||
(file-regular-p (buffer-file-name))
|
||||
(string-match-p "^[^.]" (buffer-file-name)))
|
||||
(emacs-lisp-mode))))))
|
||||
|
|
Loading…
Reference in a new issue