Browse Source

Add comment

master
10sr 5 years ago
parent
commit
f6713de88e
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -2023,6 +2023,7 @@ When nil, `with-venv' tries to find suitable venv dir.")
(--with-venv-exec-path-orig (cl-copy-list exec-path)))
(unwind-protect
(progn
;; Do the same thing that bin/activate does
(setq exec-path
(cons (concat ,dir "/bin")
exec-path))


Loading…
Cancel
Save