From 2205f24f21e855c20a16908eb8350a9fc6565588 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 7 Jul 2025 11:28:04 -0700 Subject: oni-core: Fix location of code This is the new location for all of my code projects. --- oni-core.el | 4 ++-- 1 file 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 ;; 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 -- cgit v1.3-2-g0d8e