diff --git a/emacs.d/commands.el b/emacs.d/commands.el new file mode 100644 index 0000000..cbd8e88 --- /dev/null +++ b/emacs.d/commands.el @@ -0,0 +1,5 @@ +(defun gered/setup-for-sshfs () + (interactive) + (gered/disable-vcs) + (setq after-focus-change-function (lambda ())) + (message "Finished setup for SSHFS use")) diff --git a/emacs.d/init.el b/emacs.d/init.el index 1c58242..b718fa0 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -7,7 +7,8 @@ "dev.el" "git.el" "lang-modes.el" - "keybinds.el")) + "keybinds.el" + "commands.el")) (load (locate-user-emacs-file f))) (setq gc-cons-threshold original-gc-cons-threshold)