Skip to content

Commit

Permalink
Fix warning: Reference to free variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Aug 16, 2024
1 parent 47e8ef5 commit 8c7959c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions local-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ from the buffer's directory and moving upward through its parent directories.
Each entry in this list should be a string representing a filename. The
first existing file found in the hierarchy will be used for configuration.
For example, if the list contains '('.local-config.el' '.my-emacs-rc.el'),
Emacs will search for '.local-config.el' first, and if it is not found,
it will then search for '.my-emacs-rc.el'."
For example, if the list contains the .local-config.el and .my-emacs-rc.el
files, Emacs will search for the .local-config.el file first, and if it is not
found, it will then search for the .my-emacs-rc.el file'."
:type '(repeat string)
:group 'local-config)

Expand Down

0 comments on commit 8c7959c

Please sign in to comment.