From 8bcad56fb050b16aaa73af531cd2cc59f8ca2c2f Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 3 Feb 2023 08:17:09 -0500 Subject: Eshell configuration --- emacs/.config/emacs-kj/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/.config') diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el index 5b19cfc..6e7344b 100644 --- a/emacs/.config/emacs-kj/init.el +++ b/emacs/.config/emacs-kj/init.el @@ -663,6 +663,9 @@ (lambda () (setenv "PAGER" "cat")) (setenv "EDITOR" "emacsclient")) +(setq eshell-prefer-lisp-functions t) +(setq tramp-remote-path '(tramp-own-remote-path)) + (use-package idle-highlight-mode :config -- cgit v1.2.3