Update README.md

This commit is contained in:
James Cherti
2024-08-05 13:22:45 -04:00
parent f799636551
commit f917610872

View File

@@ -37,7 +37,7 @@ git clone https://github.com/jamescherti/minimal-emacs.d ~/.emacs.d
1. **Performance Improvements:**
- Increases the amount read from processes in a single chunk.
- Customizes `file-name-handler-alist` for improved startup time and package load time.
- Customizes `file-name-handler-alist` for improved startup time and package load time (Special thanks to the Doom Emacs developers; This function have been inspired by their project and will contribute to improving vanilla Emacs configurations.)
- Reduces rendering workload by not rendering cursors or regions in non-focused windows.
- Disables warnings from the legacy advice API and suppresses warnings about aliased variables.
- Avoids unnecessary excessive UI updates.
@@ -228,8 +228,6 @@ Add the following to `~/.emacs.d/pre-early-init.el`:
Copyright (C) 2024 [James Cherti](https://www.jamescherti.com)
Special thanks to the Doom Emacs developers; some of the performance optimizations have been inspired by their project and will contribute to improving vanilla Emacs configurations.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.