mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Use TRAMP handler for access-file
Fixes file-not-found error when using `dired`.
This commit is contained in:
parent
16cbda7916
commit
4d62a88951
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ host, localname, ..., are all bound to values parsed from FILE."
|
|||
;; jupyter-tramp-write-region
|
||||
;;;###autoload
|
||||
(defconst jupyter-tramp-file-name-handler-alist
|
||||
'(;; `access-file' performed by default handler.
|
||||
'((access-file . tramp-handle-access-file)
|
||||
(add-name-to-file . tramp-handle-add-name-to-file)
|
||||
;; `byte-compiler-base-file-name' performed by default handler.
|
||||
;; `copy-directory' performed by default handler.
|
||||
|
|
Loading…
Add table
Reference in a new issue