diff --git a/README.md b/README.md index 40422a9..ed44e7e 100644 --- a/README.md +++ b/README.md @@ -19,36 +19,36 @@ A [user commented on Reddit](https://www.reddit.com/r/emacs/comments/1feaf37/com **Table of Contents** - [Minimal ~/.emacs.d - Vanilla Emacs Configuration with Better Defaults and Optimized Startup](#minimal-emacsd---vanilla-emacs-configuration-with-better-defaults-and-optimized-startup) - - [Install minimal-emacs.d](#install-minimal-emacsd) - - [Installation into ~/.emacs.d](#installation-into-emacsd) - - [Alternative: Installation in `~/.minimal-emacs.d`](#alternative-installation-in-minimal-emacsd) - - [Update minimal-emacs.d](#update-minimal-emacsd) - - [Customizations](#customizations) - - [How to customize early-init.el and init.el?](#how-to-customize-early-initel-and-initel) - - [How to enable the menu-bar, the tool-bar, dialogs, the contextual menu, and tooltips?](#how-to-enable-the-menu-bar-the-tool-bar-dialogs-the-contextual-menu-and-tooltips) - - [Reducing clutter in `~/.emacs.d` by redirecting files to `~/emacs.d/var/`](#reducing-clutter-in-emacsd-by-redirecting-files-to-emacsdvar) - - [How to activate recentf, savehist, saveplace, and auto-revert?](#how-to-activate-recentf-savehist-saveplace-and-auto-revert) - - [Optimization: Native Compilation](#optimization-native-compilation) - - [How to configure vterm](#how-to-configure-vterm) - - [How to configure Vertico, Consult, and Embark](#how-to-configure-vertico-consult-and-embark) - - [How to configure Vim keybindings using Evil?](#how-to-configure-vim-keybindings-using-evil) - - [Configuring LSP Servers with Eglot (built-in)](#configuring-lsp-servers-with-eglot-built-in) - - [Code completion with corfu](#code-completion-with-corfu) - - [How to configure straight.el?](#how-to-configure-straightel) - - [How to configure elpaca (package manager)](#how-to-configure-elpaca-package-manager) - - [Which other customizations can be interesting to add?](#which-other-customizations-can-be-interesting-to-add) - - [Frequently asked questions](#frequently-asked-questions) - - [How to load a local lisp file for machine-specific customizations?](#how-to-load-a-local-lisp-file-for-machine-specific-customizations) - - [How to increase gc-cons-threshold?](#how-to-increase-gc-cons-threshold) - - [How to change the outline-mode or outline-minor-mode Ellipsis (...) to (▼)?](#how-to-change-the-outline-mode-or-outline-minor-mode-ellipsis--to-) - - [How to make minimal-emacs.d use an environment variable to change ~/.emacs.d to another directory?](#how-to-make-minimal-emacsd-use-an-environment-variable-to-change-emacsd-to-another-directory) - - [Are post-early-init.el and pre-init.el the same file in terms of the logic?](#are-post-early-initel-and-pre-initel-the-same-file-in-terms-of-the-logic) - - [Why the reflexive disabling of the menu bar?](#why-the-reflexive-disabling-of-the-menu-bar) - - [Why did the author develop minimal-emacs.d?](#why-did-the-author-develop-minimal-emacsd) - - [How to keep minimal-emacs.d pre-\*.el and post-\*.el files in a separate directory?](#how-to-keep-minimal-emacsd-pre-el-and-post-el-files-in-a-separate-directory) - - [Features](#features) - - [Author and license](#author-and-license) - - [Links](#links) + - [Install minimal-emacs.d](#install-minimal-emacsd) + - [Installation into ~/.emacs.d](#installation-into-emacsd) + - [Alternative: Installation in `~/.minimal-emacs.d`](#alternative-installation-in-minimal-emacsd) + - [Update minimal-emacs.d](#update-minimal-emacsd) + - [Customizations](#customizations) + - [How to customize early-init.el and init.el?](#how-to-customize-early-initel-and-initel) + - [How to enable the menu-bar, the tool-bar, dialogs, the contextual menu, and tooltips?](#how-to-enable-the-menu-bar-the-tool-bar-dialogs-the-contextual-menu-and-tooltips) + - [Reducing clutter in `~/.emacs.d` by redirecting files to `~/emacs.d/var/`](#reducing-clutter-in-emacsd-by-redirecting-files-to-emacsdvar) + - [How to activate recentf, savehist, saveplace, and auto-revert?](#how-to-activate-recentf-savehist-saveplace-and-auto-revert) + - [Optimization: Native Compilation](#optimization-native-compilation) + - [How to configure vterm](#how-to-configure-vterm) + - [How to configure Vertico, Consult, and Embark](#how-to-configure-vertico-consult-and-embark) + - [How to configure Vim keybindings using Evil?](#how-to-configure-vim-keybindings-using-evil) + - [Configuring LSP Servers with Eglot (built-in)](#configuring-lsp-servers-with-eglot-built-in) + - [Code completion with corfu](#code-completion-with-corfu) + - [How to configure straight.el?](#how-to-configure-straightel) + - [How to configure elpaca (package manager)](#how-to-configure-elpaca-package-manager) + - [Which other customizations can be interesting to add?](#which-other-customizations-can-be-interesting-to-add) + - [Frequently asked questions](#frequently-asked-questions) + - [How to load a local lisp file for machine-specific customizations?](#how-to-load-a-local-lisp-file-for-machine-specific-customizations) + - [How to increase gc-cons-threshold?](#how-to-increase-gc-cons-threshold) + - [How to change the outline-mode or outline-minor-mode Ellipsis (...) to (▼)?](#how-to-change-the-outline-mode-or-outline-minor-mode-ellipsis--to-) + - [How to make minimal-emacs.d use an environment variable to change ~/.emacs.d to another directory?](#how-to-make-minimal-emacsd-use-an-environment-variable-to-change-emacsd-to-another-directory) + - [Are post-early-init.el and pre-init.el the same file in terms of the logic?](#are-post-early-initel-and-pre-initel-the-same-file-in-terms-of-the-logic) + - [Why the reflexive disabling of the menu bar?](#why-the-reflexive-disabling-of-the-menu-bar) + - [Why did the author develop minimal-emacs.d?](#why-did-the-author-develop-minimal-emacsd) + - [How to keep minimal-emacs.d pre-\*.el and post-\*.el files in a separate directory?](#how-to-keep-minimal-emacsd-pre-el-and-post-el-files-in-a-separate-directory) + - [Features](#features) + - [Author and license](#author-and-license) + - [Links](#links)