spacemacs/contrib/osx/config.el
Tommi Komulainen 641058823b osx: allow skipping option to meta key mapping
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.
2015-06-14 22:20:21 -04:00

4 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.")