branch: elpa/zig-mode
commit 62bfbaced0222e2bfbc086fa8556adf6b3298476
Author: John Charman <[email protected]>
Commit: John Charman <[email protected]>
Balance parenthesis in README manual install example
Adds an additional parenthesis,
which closes the `unless' conditional on L29.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5310b4b8bc..5627e9dc47 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Then add the following to your `.emacs` file:
(unless (version< emacs-version "24")
(add-to-list 'load-path "~/path/to/your/zig-mode/")
(autoload 'zig-mode "zig-mode" nil t)
- (add-to-list 'auto-mode-alist '("\\.\\(zig\\|zon\\)\\'" . zig-mode))
+ (add-to-list 'auto-mode-alist '("\\.\\(zig\\|zon\\)\\'" . zig-mode)))
```
## Testing