mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
To prevent a void-function tramp-tramp-file-p error due to an oversight upstream. i.e. jupyter-tramp-file-name-p is inlined at compile time in ob-jupyter.el, which calls tramp-tramp-file-p but doesn't load tramp, resulting in the missing function error.