From d8e84b49bc917abdbd8b96f0b2ddf4b091bd7099 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 13 Mar 2025 18:29:30 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc49c49..ea781ea 100644 --- a/README.md +++ b/README.md @@ -872,6 +872,9 @@ To prevent Emacs from saving customization information to a custom file, set `cu 2. You can also add the following to `~/.emacs.d/post-init.el`: ```emacs-lisp +;; Allow Emacs to upgrade built-in packages, such as Org mode +(setq package-install-upgrade-built-in t) + ;; Display the current line and column numbers in the mode line (setq line-number-mode t) (setq column-number-mode t) @@ -1083,7 +1086,7 @@ Add the following to your `~/.emacs.d/pre-early-init.el` file: ### How to use MELPA stable? -By default, *minimal-emacs.d* uses MELPA instead of MELPA Stable. If you prefer to use MELPA Stable, you can follow the instructions below. However, please note the following important warning: +By default, *minimal-emacs.d* uses [MELPA](https://melpa.org/) instead of [MELPA Stable](https://stable.melpa.org/). If you prefer to use MELPA Stable, you can follow the instructions below. However, please note the following important warning: **IMPORTANT: Some MELPA Stable packages are outdated and lack important features.** Here is an [interesting discussion about MELPA stable](https://github.com/melpa/melpa/issues/6656).