From 0db53815d459192e8dce4557fb5e8c0ae899560e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 12 Jun 2024 10:42:41 +0100 Subject: [PATCH] Remove remote-disable-apheleia Prefer remote dir or file local variables for this --- init.el | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/init.el b/init.el index 3a204ca..f52e3f3 100644 --- a/init.el +++ b/init.el @@ -1063,11 +1063,6 @@ Calls `project-remember-projects-under' for ~/Projects/" (add-to-list 'tramp-remote-path 'tramp-own-remote-path) (add-to-list 'tramp-remote-path "~/.local/bin/")) -(connection-local-set-profile-variables - 'remote-disable-apheleia - '((apheleia-mode . nil) - (apheleia-inhibit . t))) - (connection-local-set-profile-variables 'remote-no-corfu-auto '((corfu-auto . nil))) @@ -1076,14 +1071,6 @@ Calls `project-remember-projects-under' for ~/Projects/" '(:application tramp) 'remote-no-corfu-auto) -(connection-local-set-profiles - '(:application tramp :machine "heimdall") - 'remote-disable-apheleia) - -(connection-local-set-profiles - '(:application tramp :machine "freia") - 'remote-disable-apheleia) - (use-package doc-view :defer t :bind ( :map doc-view-mode-map