doc/emacs: re-add anchor

This commit is contained in:
Jan Tojnar 2020-12-04 01:34:44 +01:00
parent 45c739f23a
commit 4fd3b00f06
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,6 +1,6 @@
# Emacs {#sec-emacs}
## Configuring Emacs
## Configuring Emacs {#sec-emacs-config}
The Emacs package comes with some extra helpers to make it easier to configure. `emacsWithPackages` allows you to manage packages from ELPA. This means that you will not have to install that packages from within Emacs. For instance, if you wanted to use `company` `counsel`, `flycheck`, `ivy`, `magit`, `projectile`, and `use-package` you could use this as a `~/.config/nixpkgs/config.nix` override: