aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-project.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-project.el b/oni-project.el
index b66fba9..6e6e7e5 100644
--- a/oni-project.el
+++ b/oni-project.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2024.0701.150636
+;; Version: 2025.1021.110735
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -54,7 +54,7 @@ already exists."
(string-prefix-p project-root default-directory))))
(buffer-list)))
(default-directory project-root)
- (vterm-buffer-name-string (project-prefixed-buffer-name "vterm")))
+ (vterm-buffer-name (project-prefixed-buffer-name "vterm")))
(if (and vterm-buffer (not current-prefix-arg))
(pop-to-buffer vterm-buffer (bound-and-true-p display-comint-buffer-action))
(vterm))))