Gered
92550ce1dc
with just a basic command that kinda helps out with some performance issues when working over sshfs
6 lines
163 B
EmacsLisp
6 lines
163 B
EmacsLisp
(defun gered/setup-for-sshfs ()
|
|
(interactive)
|
|
(gered/disable-vcs)
|
|
(setq after-focus-change-function (lambda ()))
|
|
(message "Finished setup for SSHFS use"))
|