This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix paren match
master
10sr
5 years ago
parent
33b8120ed9
commit
cd832b04a0
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
emacs.el
+ 1
- 1
emacs.el
View File
@@ -2042,7 +2042,7 @@ This function tries to find suitable venv dir, or raise error when none found."
(point-at-eol))))
;; Search for .venv dir
(locate-dominating-file default-directory
".venv")))
".venv")))
)
;; (with-venv (:dir default-directory) (message "a"))
Write
Preview
Loading…
Cancel
Save