Tagged Questions
2
votes
2answers
334 views
Making MacBook command-key the Emacs meta-key under VMware/Windows
I can configure emacs under OS X so that the key nearest the space bar (the key labeled Command ⌘) is my Meta key by running
(setq mac-command-key-is-meta t)
How can I configure the same key to be ...