diff options
-rw-r--r-- | emacs/.config/emacs-kj/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |