Skip to content

Commit b8eef9f

Browse files
authored
Merge pull request #60554 from al45tair/fix-dir-locals
[Emacs] Fix dir-locals.el.
2 parents f018901 + ef3823c commit b8eef9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dir-locals.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
(add-to-list 'load-path
1212
(concat this-directory "utils")
1313
:append)
14+
(defvar swift-project-directory)
1415
(let ((swift-project-directory this-directory))
1516
(require 'swift-project-settings)))
1617
(set (make-local-variable 'swift-project-directory)

0 commit comments

Comments
 (0)