Disable apheleia-mode on heimdall

This commit is contained in:
Evie Litherland-Smith 2024-01-03 12:00:42 +00:00
parent cd9a62a90e
commit ceb5b1f4c9

View file

@ -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