diff options
| author | 2025-07-07 11:28:04 -0700 | |
|---|---|---|
| committer | 2025-07-07 11:28:04 -0700 | |
| commit | 2205f24f21e855c20a16908eb8350a9fc6565588 (patch) | |
| tree | e55a8dbe7722d9ee28f2ed7b3f81bad337e30e88 | |
| parent | d1bd843649aa8d38de7e0380cc28f140ded4d2c9 (diff) | |
| download | emacs-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.el | 4 |
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 |
