[osx] Fix broken code in instructions for setting config variables (#13955)

Fix these problems:

- unbalanced parens
- misspelled name of function `setq-default`
This commit is contained in:
Rory O’Kane 2020-09-18 14:57:09 -04:00 committed by GitHub
parent 9fd1f89867
commit 99f8738b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ add =osx= to the existing =dotspacemacs-configuration-layers= list in this file.
The different modifier keys can be set as follows:
#+BEGIN_SRC emacs-lisp
(setq-defaults dotspacemacs-configuration-layers '(
(setq-default dotspacemacs-configuration-layers '(
(osx :variables osx-command-as 'hyper
osx-option-as 'meta
osx-control-as 'control
@ -48,7 +48,7 @@ The different modifier keys can be set as follows:
osx-right-command-as 'left
osx-right-option-as 'left
osx-right-control-as 'left
osx-swap-option-and-command nil))
osx-swap-option-and-command nil)))
#+END_SRC
These are also the default values. Setting the right modifier to =left=