README: Trivial fix for missing parens.

This commit is contained in:
paul david 2022-08-04 14:50:30 +10:00 committed by GitHub
parent 7bc79ba94e
commit 93c291e10e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ With `use-package`:
:config
;; Load the theme of your choice:
(load-theme 'modus-operandi) ;; OR (load-theme 'modus-vivendi)
:bind ("<f5>" . modus-themes-toggle)
:bind ("<f5>" . modus-themes-toggle))
```
Without `use-package`: