Enable remote dir-locals
This commit is contained in:
parent
432b82ca57
commit
6e0c760d97
4
init.el
4
init.el
|
@ -1002,6 +1002,10 @@ Calls `project-remember-project-under' for ~/Projects/"
|
||||||
(use-package python-docstring
|
(use-package python-docstring
|
||||||
:hook python-base-mode)
|
:hook python-base-mode)
|
||||||
|
|
||||||
|
(use-package files
|
||||||
|
:custom
|
||||||
|
(enable-remote-dir-locals t))
|
||||||
|
|
||||||
(use-package tramp
|
(use-package tramp
|
||||||
:defer t
|
:defer t
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Reference in a new issue