aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-project.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-project.el b/oni-project.el
index 6e6e7e5..04d1890 100644
--- a/oni-project.el
+++ b/oni-project.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2025.1021.110735
+;; Version: 2026.0308.033749
;; 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
@@ -63,5 +63,7 @@ already exists."
(define-key project-prefix-map (kbd "t") #'oni-project-vterm)
(add-to-list 'project-switch-commands '(oni-project-vterm "Terminal")))
+(setq project-vc-extra-root-markers '(".wakatime-project"))
+
(provide 'oni-project)
;;; oni-project.el ends here