aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-07-07 11:28:04 -0700
committerGravatar Tom Willemse2025-07-07 11:28:04 -0700
commit2205f24f21e855c20a16908eb8350a9fc6565588 (patch)
treee55a8dbe7722d9ee28f2ed7b3f81bad337e30e88
parentd1bd843649aa8d38de7e0380cc28f140ded4d2c9 (diff)
downloademacs-config-2205f24f21e855c20a16908eb8350a9fc6565588.tar.gz
emacs-config-2205f24f21e855c20a16908eb8350a9fc6565588.zip
oni-core: Fix location of code
This is the new location for all of my code projects.
-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