Skip to content

Commit

Permalink
Fix python version with direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericgiquel committed Dec 11, 2023
1 parent c547ae3 commit b3bd803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom-modeline-env.el
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ PARSER should be a function for parsing COMMAND's output line-by-line, to
"-c"
;; Direnv unfortunately writes crao on stderr
;; so we need to pipe that to /dev/null
(format "'direnv exec %s %s --version 2>/dev/null'"
(format "direnv exec %s %s --version 2>/dev/null"
default-directory
(or doom-modeline-env-python-executable
python-shell-interpreter
Expand Down

0 comments on commit b3bd803

Please sign in to comment.