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.
|
||||
|
||||
(setq straight-check-for-modifications '(check-on-save find-when-checking))
|
||||
|
||||
(defvar bootstrap-version)
|
||||
(let ((bootstrap-file
|
||||
(expand-file-name
|
||||
@@ -22,6 +23,8 @@
|
||||
|
||||
(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)
|
||||
|
||||
(setq dotfiles-dir (file-name-directory (or (buffer-file-name) load-file-name)))
|
||||
|
||||
Reference in New Issue
Block a user