We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655b6e3 commit f46a5f9Copy full SHA for f46a5f9
.dir-locals.el
@@ -5,7 +5,8 @@
5
(eval let*
6
((x (dir-locals-find-file default-directory))
7
(this-directory (if (listp x) (car x) (file-name-directory x))))
8
- (unless (featurep 'swift-project-settings)
+ (unless (or (featurep 'swift-project-settings)
9
+ (tramp-tramp-file-p this-directory))
10
(add-to-list 'load-path
11
(concat this-directory "utils")
12
:append)
0 commit comments