Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Aug 16, 2024
1 parent 1fd3c39 commit 6ed86bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ To install the `local-config` using `straight.el`:
(local-config-mode))
```

Note:
- You can customize the local configuration file names by modifying `local-config-file-names`: ```(setq local-config-file-names '(".project-config.el" ".dir-config.el"))```. With this configuration, Emacs will search for the `.project-config.el` file first, and if it is not found, it will then search for the `.dir-config.el` file'.

## Usage

Assuming that the `local-config-dir` package has been configured to allow loading configuration files from specific directories, such as `~/src`, by setting the `local-config-allowed-directories` variable:
Expand Down

0 comments on commit 6ed86bf

Please sign in to comment.