From ceb5b1f4c9659c96124ed28f8624f3e78ba4ff29 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 3 Jan 2024 12:00:42 +0000 Subject: [PATCH] Disable apheleia-mode on heimdall --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.org b/README.org index ccd2025..76b226c 100644 --- a/README.org +++ b/README.org @@ -703,6 +703,19 @@ For reference information, see [[https://orgmode.com][Org-mode website]] :config (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) #+end_src + +*** Connection variables +#+begin_src emacs-lisp + (connection-local-set-profile-variables + 'remote-disable-apheleia + '((apheleia-mode . nil) + (apheleia-inhibit . t))) + + (connection-local-set-profiles + '(:application tramp :machine "heimdall") + 'remote-disable-apheleia) +#+end_src + * Development Environment #+BEGIN_SRC emacs-lisp (use-package vterm