Disable apheleia-mode on heimdall
This commit is contained in:
parent
cd9a62a90e
commit
ceb5b1f4c9
13
README.org
13
README.org
|
@ -703,6 +703,19 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
:config
|
:config
|
||||||
(add-to-list 'tramp-remote-path 'tramp-own-remote-path))
|
(add-to-list 'tramp-remote-path 'tramp-own-remote-path))
|
||||||
#+end_src
|
#+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
|
* Development Environment
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package vterm
|
(use-package vterm
|
||||||
|
|
Loading…
Reference in a new issue