diff options
author | Marek Paśnikowski <marekpasnikowski@pm.me> | 2023-12-27 12:18:05 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@pm.me> | 2023-12-27 12:18:05 +0100 |
commit | ac0bba3686ca31cdb7b5a2fbfdcbb5fe2d757b21 (patch) | |
tree | b92311e0f8c319143beb348b424947ca9bf46bd6 /home-files | |
parent | 9c7aa7a314ed5a54ad5249fe183c3d6ad76a8b1d (diff) |
Comment out Tramp configuration in Emacs
Diffstat (limited to 'home-files')
-rw-r--r-- | home-files/emacs-configuration.el | 14 |
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) |