How can I change meta key from alt to cmd on Mac in Emacs 24? September 16, 2023 by Tarik Use the following, (setq mac-option-modifier 'super) (setq mac-command-modifier 'meta)