aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-core.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-core.el b/oni-core.el
index b3e9593..34725b6 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2025.0214.150729
+;; Version: 2025.0707.112734
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame)
;; This program is free software; you can redistribute it and/or modify
@@ -543,7 +543,7 @@ which normally have their errors suppressed."
(setq safe-local-variable-directories
(cl-delete-if
(lambda (d) (string-match-p (rx "/" (or "." ".." "foreign") eos) d))
- (directory-files "~/projects/" t))))
+ (directory-files "~/code/" t))))
;;; Space cycling