Merge pull request #6 from miangraham/master

readme: Fix require in Quick Start
This commit is contained in:
Ninjatrappeur 2022-07-12 06:52:43 +02:00 committed by GitHub
commit 6ba6054165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ The minimal configuration consists in setting the directory in which you want to
Let's say you'd like to store all your git repositories in the `~/code-root` directory. You'll want to add the following snippet in your Emacs configuration file:
```elisp
(require 'h)
(require 'my-repo-pins)
(setq my-repo-pins-code-root "~/code-root")
```