Fork me on GitHub
#spacemacs
<
2016-09-03
>
eggsyntax18:09:23

@thebearmayor -- I eventually figured out that the core issue for me was that the CMD key had been bound back to Super instead of Meta. Fixing with:

(setq mac-option-modifier nil)
 (setq mac-command-modifier 'meta)

akiva19:09:13

There’s an osx layer, too, which you can use to address issues like that.

eggsyntax19:09:56

I found a solution slightly faster on SO than by glancing at the readme for the OSX layer, so I went with that 😉