readme: Fix require in Quick Start

This commit is contained in:
M. Ian Graham 2022-07-12 12:19:00 +09:00 committed by GitHub
parent 9e7ff9c243
commit 9f56f50601
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")
```