diff --git a/init.org b/init.org index 784bee3..8f24b5d 100644 --- a/init.org +++ b/init.org @@ -6158,6 +6158,12 @@ ("emacs:bytecompile" . ,#'byte-compile-this-file+) ("emacs:package-lint" . ,#'package-lint-current-buffer) ("emacs:checkdoc" . ,#'checkdoc)) + compile-multi-config) + + (push `((and buffer-file-name + (derived-mode-p 'markdown-mode) + (executable-find "grip" 'remote)) + ("markdown:grip" "grip" (string-remove-prefix (or (file-remote-p (buffer-file-name)) "") (buffer-file-name)))) compile-multi-config)) #+end_src