Skip to content

Command and Option #480

Jul 14, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hey @BraxtonMDevelops,

I think your epxectation is reverted 😸 Option is meta key by convention. And not only in Emacs. Luckily, this behaviour is controlled by mac-option-modifier and mac-command-modifier variables. I also like to use command as meta key in Emacs, so I have the following lines in my init.el.

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

And why it's not mentioned... Well, this project is just a homebrew formula that installs GNU Emacs. Explaining how to configure Emacs is not the goal of this project. And also, Emacs has lots of built-in documentation you can use 😸

Emacs+ documentation covers only configurations of stuff that comes from custom patches…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@BraxtonMDevelops
Comment options

@d12frosted
Comment options

@BraxtonMDevelops
Comment options

Answer selected by d12frosted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants