summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@pm.me>2023-12-27 12:18:05 +0100
committerMarek Paśnikowski <marekpasnikowski@pm.me>2023-12-27 12:18:05 +0100
commitac0bba3686ca31cdb7b5a2fbfdcbb5fe2d757b21 (patch)
treeb92311e0f8c319143beb348b424947ca9bf46bd6
parent9c7aa7a314ed5a54ad5249fe183c3d6ad76a8b1d (diff)
Comment out Tramp configuration in Emacs
-rw-r--r--home-files/emacs-configuration.el14
1 files 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)