I\'m a Mac user and I\'ve decided to learn Emacs. I\'ve read that to reduce hand strain and improve accuracy the CTRL and CAPS LOCK keys should be swap
I set caps lock to control in system preference and I have the following in my init.el to set command to meta and option to super:
(custom-set-variables '(ns-alternate-modifier (quote super)) '(ns-command-modifier (quote meta)))