Update package policy comment
This commit is contained in:
parent
cc54f69933
commit
936e09ce31
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ To get started, run =C-c C-v t=
|
||||||
;; (setenv "PATH" (concat "/opt/homebrew/bin:" (getenv "PATH")))
|
;; (setenv "PATH" (concat "/opt/homebrew/bin:" (getenv "PATH")))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Straight
|
** Straight
|
||||||
I don't use straight for much currently, but needed it in order to install beancount-mode and intend to migrate all my packages to it eventually.
|
I primarily use package.el/MELPA (via use-package :ensure) for most packages, and reserve straight.el for the exceptions: packages not available on MELPA, or where I want a specific git source/fork (e.g. beancount-mode, evil-markdown, the symex/countvajhula family, and select AI agent packages like claude-code.el, claude-code-ide.el, gptel-agent, and agent-shell).
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
(let ((bootstrap-file
|
(let ((bootstrap-file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue