summaryrefslogtreecommitdiff
path: root/home-files/emacs-configuration.el
diff options
context:
space:
mode:
Diffstat (limited to 'home-files/emacs-configuration.el')
-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)