From bfb9057e5341d341155e0da02adf4062375eb277 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:32:05 -0400 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e52c71d..1d9026e 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,6 @@ Always begin your `pre-init.el`, `post-init.el`, `post-early-init.el`, and `pre- Replace `FILENAME.el` with the actual name and DESCRIPTION with a brief description of its purpose. -*(Only if you know what you're doing: Removing `no-byte-compile: t; ` from your init files will allow Emacs to compile them, improving load and execution speed. However, if you do so, you may need to add `(require 'use-package)` at the top of `post-init.el` to ensure that all necessary `use-package` variables and functions are loaded.)* - ## Customizations: UI (pre-early-init.el) ### How to enable the menu-bar, the tool-bar, dialogs, the contextual menu, and tooltips?