Update README.md
This commit is contained in:
@@ -37,7 +37,7 @@ git clone https://github.com/jamescherti/minimal-emacs.d ~/.emacs.d
|
|||||||
|
|
||||||
1. **Performance Improvements:**
|
1. **Performance Improvements:**
|
||||||
- Increases the amount read from processes in a single chunk.
|
- 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.
|
- 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.
|
- Disables warnings from the legacy advice API and suppresses warnings about aliased variables.
|
||||||
- Avoids unnecessary excessive UI updates.
|
- 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)
|
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 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user