TODO: Fix overrides for local-repo/emacs (for nix derivation)
This commit is contained in:
3
init.el
3
init.el
@@ -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)))
|
||||||
|
|||||||
Reference in New Issue
Block a user