Disable mode for Tramp sessions #16
Labels
enhancement
New feature or request
good first issue
Good for newcomers
question
Further information is requested
Is it possible to have enabled global-activity-watch-mode and disable it only for tramp sessions?
I have something like this, but it's doesn't work:
(use-package activity-watch-mode
:load-path (lambda () (when (file-remote-p default-directory) (global-activity-watch-mode nil))))
:config (global-activity-watch-mode t))
The text was updated successfully, but these errors were encountered: