diff --git a/emacs-config.org b/emacs-config.org index 5afe60a..0f5eb91 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -69,7 +69,7 @@ To get started, run =C-c C-v t= ;; (setenv "PATH" (concat "/opt/homebrew/bin:" (getenv "PATH"))) #+end_src ** 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 (defvar bootstrap-version) (let ((bootstrap-file