641058823b
In Finnish/Swedish/other keyboard layouts the `option` key is needed to type some common characters such as `{[]}~` (#973) so make mapping it to `meta` conditional.
3 lines
152 B
EmacsLisp
3 lines
152 B
EmacsLisp
(defvar osx-use-option-as-meta t
|
|
"If non nil the option key is mapped to meta. Set to `nil` if you need the
|
|
option key to type common characters.")
|