From ac0bba3686ca31cdb7b5a2fbfdcbb5fe2d757b21 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 27 Dec 2023 12:18:05 +0100 Subject: Comment out Tramp configuration in Emacs --- home-files/emacs-configuration.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home-files/emacs-configuration.el b/home-files/emacs-configuration.el index 796405d..e271cdb 100644 --- a/home-files/emacs-configuration.el +++ b/home-files/emacs-configuration.el @@ -87,13 +87,13 @@ maximum-scroll-margin 0.5 scroll-margin 99999) -(setq tramp-remote-path - (append tramp-remote-path - '(tramp-own-remote-path - "~/.guix-profile/bin" - "~/.guix-profile/sbin" - "/run/current-system/profile/bin" - "/run/current-system/profile/sbin"))) +;; (setq tramp-remote-path +;; (append tramp-remote-path +;; '(tramp-own-remote-path +;; "~/.guix-profile/bin" +;; "~/.guix-profile/sbin" +;; "/run/current-system/profile/bin" +;; "/run/current-system/profile/sbin"))) ;;; MELPA (require 'package) -- cgit v1.2.3