Skip to content

Commit

Permalink
prevent linter warning
Browse files Browse the repository at this point in the history
see #55
  • Loading branch information
wbolster committed Oct 16, 2019
1 parent 5c25a05 commit fd0b6bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions direnv.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ instead of
:group 'direnv
:type '(repeat (symbol :tag "Major mode")))

(defvar eshell-path-env)

(defun direnv--directory ()
"Return the relevant directory for the current buffer, or nil."
(let* ((buffer (or (buffer-base-buffer) (current-buffer)))
Expand Down

0 comments on commit fd0b6bb

Please # to comment.