mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
6 lines
227 B
EmacsLisp
6 lines
227 B
EmacsLisp
(setq package-enable-at-startup t)
|
|
(defalias 'crafted-use-package 'straight-use-package)
|
|
(setq crafted-package-system 'straight)
|
|
(setq straight-base-dir "~/.emacs.d/straight")
|
|
(crafted-package-bootstrap crafted-package-system)
|