Skip to content

Commit

Permalink
fix: load TRAMP before setting variables
Browse files Browse the repository at this point in the history
The byte-compiler was optimizing out the set to `tramp-remote-path`
as TRAMP was not loaded first.

As TRAMP is installed by default, this will not cause any dependency
errors.
  • Loading branch information
egelja authored and wyuenho committed Sep 6, 2023
1 parent 1a42f19 commit ae997f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pet.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
(require 'python)
(require 'seq)
(require 'subr-x)
(require 'tramp)

(when (< emacs-major-version 27)
(require 'json))
Expand Down

0 comments on commit ae997f3

Please sign in to comment.