TODO: Fix overrides for local-repo/emacs (for nix derivation)

This commit is contained in:
2025-09-03 17:00:24 -04:00
parent 2adc03c10d
commit 51149a1c62

View File

@@ -4,6 +4,7 @@
;; embedded in literate Org files. ;; embedded in literate Org files.
(setq straight-check-for-modifications '(check-on-save find-when-checking)) (setq straight-check-for-modifications '(check-on-save find-when-checking))
(defvar bootstrap-version) (defvar bootstrap-version)
(let ((bootstrap-file (let ((bootstrap-file
(expand-file-name (expand-file-name
@@ -22,6 +23,8 @@
(setq straight-vc-git-default-clone-depth '(1 single-branch)) ;; instead of the default 'full (setq straight-vc-git-default-clone-depth '(1 single-branch)) ;; instead of the default 'full
;; prebuild is broken in org-mode (TODO: FIX)
;; (straight-override-recipe '(org :local-repo "/Users/universelaptop/tmp/org"))
(straight-use-package 'org) (straight-use-package 'org)
(setq dotfiles-dir (file-name-directory (or (buffer-file-name) load-file-name))) (setq dotfiles-dir (file-name-directory (or (buffer-file-name) load-file-name)))